3 instantiations of NoPiaIllegalGenericInstantiationSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\SymbolFactory.cs (1)
155
constructedType = new
NoPiaIllegalGenericInstantiationSymbol
(moduleSymbol, constructedType);
Symbols\NoPiaIllegalGenericInstantiationSymbol.cs (1)
32
return new
NoPiaIllegalGenericInstantiationSymbol
(_exposingModule, _underlyingSymbol);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
589
return new
NoPiaIllegalGenericInstantiationSymbol
(_retargetingModule, constructedType);
3 references to NoPiaIllegalGenericInstantiationSymbol
Microsoft.CodeAnalysis.CSharp (3)
SymbolDisplay\SymbolDisplayVisitor.Types.cs (2)
340
var
illegalGenericInstantiationSymbol = underlyingTypeSymbol as
NoPiaIllegalGenericInstantiationSymbol
;
Symbols\NamedTypeSymbol.cs (1)
1430
if (@base.IsErrorType() && @base is
NoPiaIllegalGenericInstantiationSymbol
)