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