1 write to _containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ThisParameterSymbol.cs (1)
147
_containingType
= containingType;
4 references to _containingType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\ThisParameterSymbol.cs (4)
151
=> TypeWithAnnotations.Create(
_containingType
, NullableAnnotation.NotAnnotated);
183
get { return (Symbol?)_containingMethod ??
_containingType
; }
192
var scope =
_containingType
.IsStructType() ? ScopedKind.ScopedRef : ScopedKind.None;
207
=> _containingMethod?.UseUpdatedEscapeRules ??
_containingType
.ContainingModule.UseUpdatedEscapeRules;