3 references to NoPiaIllegalGenericInstantiationSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\SymbolFactory.cs (1)
155constructedType = new NoPiaIllegalGenericInstantiationSymbol(moduleSymbol, constructedType);
Symbols\NoPiaIllegalGenericInstantiationSymbol.cs (1)
32return new NoPiaIllegalGenericInstantiationSymbol(_exposingModule, _underlyingSymbol);
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
589return new NoPiaIllegalGenericInstantiationSymbol(_retargetingModule, constructedType);