9 implementations of AsGenericTypeParameterReference
Microsoft.CodeAnalysis (9)
CodeGen\PrivateImplementationDetails.cs (1)
1102public Cci.IGenericTypeParameterReference? AsGenericTypeParameterReference => null;
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
51public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
79public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\ErrorType.cs (1)
122Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NoPia\CommonEmbeddedType.cs (1)
617Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
169Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
PEWriter\InheritedTypeParameter.cs (1)
128public IGenericTypeParameterReference? AsGenericTypeParameterReference
PEWriter\ModifiedTypeReference.cs (1)
98IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference
PEWriter\RootModuleType.cs (1)
277IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference
4 references to AsGenericTypeParameterReference
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
51public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
79public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
PEWriter\MetadataVisitor.cs (1)
641IGenericTypeParameterReference? genericTypeParameterReference = typeReference.AsGenericTypeParameterReference;
PEWriter\MetadataWriter.cs (1)
3874IGenericTypeParameterReference genericTypeParameterReference = typeReference.AsGenericTypeParameterReference;