1 instantiation of SubstitutedEventSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\EventSymbol.cs (1)
269
return newOwner.IsDefinition ? this : new
SubstitutedEventSymbol
((newOwner as SubstitutedNamedTypeSymbol)!, this);
2 references to SubstitutedEventSymbol
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (2)
Metadata\WinMdEventTests.cs (2)
2867
Assert.IsType<
SubstitutedEventSymbol
>(substitutedNormalEvent);
2868
Assert.IsType<
SubstitutedEventSymbol
>(substitutedWinRTEvent);