1 instantiation of SubstitutedNestedTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NamedTypeSymbol.cs (1)
1362return newOwner.IsDefinition ? this : new SubstitutedNestedTypeSymbol((SubstitutedNamedTypeSymbol)newOwner, this);
2 references to SubstitutedNestedTypeSymbol
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
4884Assert.IsType<SubstitutedNestedTypeSymbol>(substitutedNested); 4888Assert.IsType<SubstitutedNestedTypeSymbol>(substitutedNestedS);