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