20 implementations of AsGenericTypeParameterReference
Microsoft.CodeAnalysis (9)
CodeGen\PrivateImplementationDetails.cs (1)
699public Cci.IGenericTypeParameterReference? AsGenericTypeParameterReference => null;
Emit\EditAndContinue\DeletedGenericParameter.cs (1)
48public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\EditAndContinue\DeletedTypeDefinition.cs (1)
76public IGenericTypeParameterReference? AsGenericTypeParameterReference => _oldTypeReference.AsGenericTypeParameterReference;
Emit\ErrorType.cs (1)
121Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NoPia\CommonEmbeddedType.cs (1)
615Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
156Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
PEWriter\InheritedTypeParameter.cs (1)
121public IGenericTypeParameterReference? AsGenericTypeParameterReference
PEWriter\ModifiedTypeReference.cs (1)
96IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference
PEWriter\RootModuleType.cs (1)
273IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\ArrayTypeSymbolAdapter.cs (1)
65Cci.IGenericTypeParameterReference? Cci.ITypeReference.AsGenericTypeParameterReference => null;
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (1)
44IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference => null;
Emitter\Model\NamedTypeReference.cs (1)
111Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
106Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emitter\Model\PointerTypeSymbolAdapter.cs (1)
70Cci.IGenericTypeParameterReference? Cci.ITypeReference.AsGenericTypeParameterReference
Emitter\Model\TypeParameterSymbolAdapter.cs (1)
106Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (1)
NamespaceTypeDefinitionNoBase.cs (1)
30IGenericTypeParameterReference ITypeReference.AsGenericTypeParameterReference => UnderlyingType.AsGenericTypeParameterReference;
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\ArrayTypeSymbolAdapter.vb (1)
95Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As Cci.IGenericTypeParameterReference Implements Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NamedTypeReference.vb (1)
82Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As Cci.IGenericTypeParameterReference Implements Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NamedTypeSymbolAdapter.vb (1)
94Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As IGenericTypeParameterReference Implements ITypeReference.AsGenericTypeParameterReference
Emit\TypeParameterSymbolAdapter.vb (1)
94Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As IGenericTypeParameterReference Implements ITypeReference.AsGenericTypeParameterReference
9 references to AsGenericTypeParameterReference
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeletedGenericParameter.cs (1)
48public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\EditAndContinue\DeletedTypeDefinition.cs (1)
76public IGenericTypeParameterReference? AsGenericTypeParameterReference => _oldTypeReference.AsGenericTypeParameterReference;
PEWriter\MetadataVisitor.cs (1)
619IGenericTypeParameterReference? genericTypeParameterReference = typeReference.AsGenericTypeParameterReference;
PEWriter\MetadataWriter.cs (1)
3812IGenericTypeParameterReference genericTypeParameterReference = typeReference.AsGenericTypeParameterReference;
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.Utilities (1)
NamespaceTypeDefinitionNoBase.cs (1)
30IGenericTypeParameterReference ITypeReference.AsGenericTypeParameterReference => UnderlyingType.AsGenericTypeParameterReference;
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\ArrayTypeSymbolAdapter.vb (1)
95Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As Cci.IGenericTypeParameterReference Implements Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NamedTypeReference.vb (1)
82Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As Cci.IGenericTypeParameterReference Implements Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NamedTypeSymbolAdapter.vb (1)
94Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As IGenericTypeParameterReference Implements ITypeReference.AsGenericTypeParameterReference
Emit\TypeParameterSymbolAdapter.vb (1)
94Private ReadOnly Property ITypeReferenceAsGenericTypeParameterReference As IGenericTypeParameterReference Implements ITypeReference.AsGenericTypeParameterReference