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