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