1 write to containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFieldSymbol.cs (1)
25this.containingType = containingType;
9 references to containingType
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceEnumConstantSymbol.cs (1)
94if (this.containingType.AnyMemberHasAttributes)
Symbols\Source\SourceFieldSymbol.cs (5)
57diagnostics.Add(AccessCheck.GetProtectedMemberInSealedTypeError(containingType), ErrorLocation, this); 63else if (containingType.IsStatic && !IsStatic) 67else if (!IsStatic && !IsReadOnly && containingType.IsReadOnly) 101return containingType; 109return this.containingType;
Symbols\Source\SourceMemberFieldSymbol.cs (3)
66else if (type.IsRefLikeType && (this.IsStatic || !containingType.IsRefLikeType)) 408if (this.containingType.AnyMemberHasAttributes) 493if (!containingType.IsRefLikeType)