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)
64return _containingModule; 72return _containingModule.ContainingAssembly; 343internal sealed override bool UseUpdatedEscapeRules => _containingModule.UseUpdatedEscapeRules;