1 write to containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFieldSymbol.cs (1)
26this.containingType = containingType;
9 references to containingType
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceEnumConstantSymbol.cs (1)
91if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceFieldSymbol.cs (5)
58diagnostics.Add(AccessCheck.GetProtectedMemberInSealedTypeError(containingType), ErrorLocation, this); 64else if (containingType.IsStatic && !IsStatic) 68else if (!IsStatic && !IsReadOnly && containingType.IsReadOnly) 102return containingType; 110return this.containingType;
Symbols\Source\SourceMemberFieldSymbol.cs (3)
66else if (type.IsRefLikeOrAllowsRefLikeType() && (this.IsStatic || !containingType.IsRefLikeType)) 413if (this.containingType.AnyMemberHasAttributes) 497if (!containingType.IsRefLikeType)