Skip to content

Commit a1afe01

Browse files
committed
More docs
1 parent 7ce208c commit a1afe01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/UnderTheHood.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,11 @@ static void Fix_GeneratedNames_MakeHoistedLocalFieldName(MethodDefinition method
319319
}
320320
}
321321
```
322+
323+
You can find full source for this Roslyn hotfix at
324+
[CSharpCompilerFix.cs](https://github.com/SaladbowlCreative/Unity3D.IncrementalCompiler/blob/master/core/RoslynCompilerFix/CSharpCompilerFix.cs)
325+
with detailed comments.
326+
327+
## Conclusion
328+
329+
...

0 commit comments

Comments
 (0)