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