1 write to containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceEventSymbol.cs (1)
53this.containingType = containingType;
10 references to containingType
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
33: base(@event.containingType, syntaxReference, locations, isIterator)
Symbols\Source\SourceEventFieldSymbol.cs (1)
26: base(associatedEvent.containingType,
Symbols\Source\SourceEventSymbol.cs (8)
92return containingType; 100return this.containingType; 132if (this.containingType.AnyMemberHasAttributes) 272if (!this.containingType.AnyMemberHasAttributes) 341AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNullableAttributeIfNecessary(this, containingType.GetNullableContextValue(), type)); 673if (this.containingType.IsInterfaceType()) 693foreach (NamedTypeSymbol @interface in this.containingType.InterfacesAndTheirBaseInterfacesNoUseSiteDiagnostics.Keys) 701this == this.containingType.FindImplementationForInterfaceMemberInNonInterface(interfaceMember, ignoreImplementationInInterfacesIfResultIsNotReady: true)) //slow check (necessary and sufficient)