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