1 instantiation of SubstitutedNestedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorTypeSymbol.cs (1)
467
return newOwner.IsDefinition ? this : new
SubstitutedNestedErrorTypeSymbol
(newOwner, this);
1 reference to SubstitutedNestedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
4920
Assert.IsType<
SubstitutedNestedErrorTypeSymbol
>(nestedSubstitutedError);