1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
30
_containingType
= containingType;
3 references to _containingType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (3)
56
get { return
_containingType
; }
126
get { return
_containingType
.Locations; }
235
return
_containingType
.CalculateSyntaxOffsetInSynthesizedConstructor(localPosition, localTree, isStatic: false);