1 write to _containingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\ThisParameterSymbol.cs (1)
24_containingMethod = forMethod;
7 references to _containingMethod
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\ThisParameterSymbol.cs (7)
44if (_containingMethod?.MethodKind == MethodKind.Constructor) 49if (_containingMethod?.IsEffectivelyReadOnly == true) 60get { return _containingMethod is not null ? _containingMethod.Locations : ImmutableArray<Location>.Empty; } 70get { return (Symbol?)_containingMethod ?? _containingType; } 184=> _containingMethod.HasUnscopedRefAttributeOnMethodOrProperty(); 187=> _containingMethod?.UseUpdatedEscapeRules ?? _containingType.ContainingModule.UseUpdatedEscapeRules;