3 implementations of AsGenericTypeParameter
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
37public IGenericTypeParameter? AsGenericTypeParameter => OldDefinition.AsGenericTypeParameter;
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
122Cci.IGenericTypeParameter Cci.IGenericParameter.AsGenericTypeParameter
PEWriter\InheritedTypeParameter.cs (1)
121public IGenericTypeParameter? AsGenericTypeParameter
2 references to AsGenericTypeParameter
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
37public IGenericTypeParameter? AsGenericTypeParameter => OldDefinition.AsGenericTypeParameter;
PEWriter\MetadataWriter.cs (1)
1576IGenericTypeParameter genTypePar = genPar.AsGenericTypeParameter;