3 implementations of GetGenericType
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\GenericTypeInstanceReference.cs (1)
50Cci.INamedTypeReference Cci.IGenericTypeInstanceReference.GetGenericType(EmitContext context)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
894Cci.INamedTypeReference Cci.IGenericTypeInstanceReference.GetGenericType(EmitContext context)
Emitter\Model\SpecializedGenericNestedTypeInstanceReference.cs (1)
49Cci.INamedTypeReference Cci.IGenericTypeInstanceReference.GetGenericType(EmitContext context)
3 references to GetGenericType
Microsoft.CodeAnalysis (3)
PEWriter\ITypeReferenceExtensions.cs (1)
32return genericTypeInstanceReference.GetGenericType(context);
PEWriter\ReferenceIndexerBase.cs (1)
120this.Visit(genericTypeInstanceReference.GetGenericType(Context));
PEWriter\TypeNameSerializer.cs (1)
168AppendAssemblyQualifierIfNecessary(sb, genInst.GetGenericType(context), out isAssemQualified, context);