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