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