We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce208c commit a1afe01Copy full SHA for a1afe01
docs/UnderTheHood.md
@@ -319,3 +319,11 @@ static void Fix_GeneratedNames_MakeHoistedLocalFieldName(MethodDefinition method
319
}
320
321
```
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