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