5 implementations of AsGenericTypeParameter
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedGenericParameter.cs (1)
34public IGenericTypeParameter? AsGenericTypeParameter => OldDefinition.AsGenericTypeParameter;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
110Cci.IGenericTypeParameter Cci.IGenericParameter.AsGenericTypeParameter
PEWriter\InheritedTypeParameter.cs (1)
113public IGenericTypeParameter? AsGenericTypeParameter
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\TypeParameterSymbolAdapter.cs (1)
91Cci.IGenericTypeParameter Cci.IGenericParameter.AsGenericTypeParameter
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\TypeParameterSymbolAdapter.vb (1)
82Private ReadOnly Property IGenericParameterAsGenericTypeParameter As IGenericTypeParameter Implements IGenericParameter.AsGenericTypeParameter
3 references to AsGenericTypeParameter
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedGenericParameter.cs (1)
34public IGenericTypeParameter? AsGenericTypeParameter => OldDefinition.AsGenericTypeParameter;
PEWriter\MetadataWriter.cs (1)
1580IGenericTypeParameter genTypePar = genPar.AsGenericTypeParameter;
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\TypeParameterSymbolAdapter.vb (1)
82Private ReadOnly Property IGenericParameterAsGenericTypeParameter As IGenericTypeParameter Implements IGenericParameter.AsGenericTypeParameter