6 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)
878
Cci.INamedTypeReference Cci.IGenericTypeInstanceReference.
GetGenericType
(EmitContext context)
Emitter\Model\SpecializedGenericNestedTypeInstanceReference.cs (1)
49
Cci.INamedTypeReference Cci.IGenericTypeInstanceReference.
GetGenericType
(EmitContext context)
Microsoft.CodeAnalysis.VisualBasic (3)
Emit\GenericTypeInstanceReference.vb (1)
50
Private Function
IGenericTypeInstanceReferenceGetGenericType
(context As EmitContext) As Cci.INamedTypeReference Implements Cci.IGenericTypeInstanceReference.GetGenericType
Emit\NamedTypeSymbolAdapter.vb (1)
849
Private Function
IGenericTypeInstanceReferenceGetGenericType
(context As EmitContext) As INamedTypeReference Implements IGenericTypeInstanceReference.GetGenericType
Emit\SpecializedGenericNestedTypeInstanceReference.vb (1)
45
Private Function
IGenericTypeInstanceReferenceGetGenericType
(context As EmitContext) As Cci.INamedTypeReference Implements Cci.IGenericTypeInstanceReference.GetGenericType
6 references to GetGenericType
Microsoft.CodeAnalysis (3)
PEWriter\ITypeReferenceExtensions.cs (1)
32
return genericTypeInstanceReference.
GetGenericType
(context);
PEWriter\ReferenceIndexerBase.cs (1)
106
this.Visit(genericTypeInstanceReference.
GetGenericType
(Context));
PEWriter\TypeNameSerializer.cs (1)
168
AppendAssemblyQualifierIfNecessary(sb, genInst.
GetGenericType
(context), out isAssemQualified, context);
Microsoft.CodeAnalysis.VisualBasic (3)
Emit\GenericTypeInstanceReference.vb (1)
50
Private Function IGenericTypeInstanceReferenceGetGenericType(context As EmitContext) As Cci.INamedTypeReference Implements Cci.IGenericTypeInstanceReference.
GetGenericType
Emit\NamedTypeSymbolAdapter.vb (1)
849
Private Function IGenericTypeInstanceReferenceGetGenericType(context As EmitContext) As INamedTypeReference Implements IGenericTypeInstanceReference.
GetGenericType
Emit\SpecializedGenericNestedTypeInstanceReference.vb (1)
45
Private Function IGenericTypeInstanceReferenceGetGenericType(context As EmitContext) As Cci.INamedTypeReference Implements Cci.IGenericTypeInstanceReference.
GetGenericType