1 interface inheriting from IGenericTypeParameterReference
Microsoft.CodeAnalysis (1)
PEWriter\Types.cs (1)
228internal interface IGenericTypeParameter : IGenericParameter, IGenericTypeParameterReference
14 references to IGenericTypeParameterReference
Microsoft.CodeAnalysis (14)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
51public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
79public IGenericTypeParameterReference? AsGenericTypeParameterReference => OldDefinition.AsGenericTypeParameterReference;
Emit\ErrorType.cs (1)
121Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NoPia\CommonEmbeddedType.cs (1)
616Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
168Cci.IGenericTypeParameterReference Cci.ITypeReference.AsGenericTypeParameterReference
PEWriter\InheritedTypeParameter.cs (3)
129public IGenericTypeParameterReference? AsGenericTypeParameterReference 133return this as IGenericTypeParameterReference; 266ITypeReference IGenericTypeParameterReference.DefiningType
PEWriter\MetadataVisitor.cs (2)
184public virtual void Visit(IGenericTypeParameterReference genericTypeParameterReference) 641IGenericTypeParameterReference? genericTypeParameterReference = typeReference.AsGenericTypeParameterReference;
PEWriter\MetadataWriter.cs (1)
3858IGenericTypeParameterReference genericTypeParameterReference = typeReference.AsGenericTypeParameterReference;
PEWriter\ModifiedTypeReference.cs (1)
96IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference
PEWriter\RootModuleType.cs (1)
275IGenericTypeParameterReference? ITypeReference.AsGenericTypeParameterReference
PEWriter\Types.cs (1)
638IGenericTypeParameterReference? AsGenericTypeParameterReference { get; }