1 write to containingType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceEventSymbol.cs (1)
50
this.
containingType
= containingType;
10 references to containingType
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceEventAccessorSymbol.cs (1)
34
: base(@event.
containingType
, syntaxReference, location, isIterator,
Symbols\Source\SourceEventFieldSymbol.cs (1)
26
: base(associatedEvent.
containingType
,
Symbols\Source\SourceEventSymbol.cs (8)
97
return
containingType
;
105
return this.
containingType
;
140
if (this.
containingType
.AnyMemberHasAttributes)
280
if (!this.
containingType
.AnyMemberHasAttributes)
349
AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNullableAttributeIfNecessary(this,
containingType
.GetNullableContextValue(), type));
681
if (this.
containingType
.IsInterfaceType())
701
foreach (NamedTypeSymbol @interface in this.
containingType
.InterfacesAndTheirBaseInterfacesNoUseSiteDiagnostics.Keys)
709
this == this.
containingType
.FindImplementationForInterfaceMemberInNonInterface(interfaceMember, ignoreImplementationInInterfacesIfResultIsNotReady: true)) //slow check (necessary and sufficient)