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