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); 173get { return (Symbol?)_containingMethod ?? _containingType; } 180var scope = _containingType.IsStructType() ? ScopedKind.ScopedRef : ScopedKind.None; 194=> _containingMethod?.UseUpdatedEscapeRules ?? _containingType.ContainingModule.UseUpdatedEscapeRules;