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