1 write to _containingModule
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
39
_containingModule
= containingModule;
3 references to _containingModule
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (3)
64
return
_containingModule
;
72
return
_containingModule
.ContainingAssembly;
343
internal sealed override bool UseUpdatedEscapeRules =>
_containingModule
.UseUpdatedEscapeRules;