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