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