18 references to IGenericTypeInstanceReference
Microsoft.CodeAnalysis (18)
CodeGen\PrivateImplementationDetails.cs (1)
1100
public Cci.
IGenericTypeInstanceReference
? AsGenericTypeInstanceReference => null;
CodeGen\ReferenceDependencyWalker.cs (1)
86
Cci.
IGenericTypeInstanceReference
? genericInstance = typeReference.AsGenericTypeInstanceReference;
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
49
public
IGenericTypeInstanceReference
? AsGenericTypeInstanceReference => OldDefinition.AsGenericTypeInstanceReference;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
77
public
IGenericTypeInstanceReference
? AsGenericTypeInstanceReference => OldDefinition.AsGenericTypeInstanceReference;
Emit\ErrorType.cs (1)
114
Cci.
IGenericTypeInstanceReference
Cci.ITypeReference.AsGenericTypeInstanceReference
Emit\NoPia\CommonEmbeddedType.cs (1)
609
Cci.
IGenericTypeInstanceReference
Cci.ITypeReference.AsGenericTypeInstanceReference
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
164
Cci.
IGenericTypeInstanceReference
Cci.ITypeReference.AsGenericTypeInstanceReference
PEWriter\InheritedTypeParameter.cs (2)
112
public
IGenericTypeInstanceReference
? AsGenericTypeInstanceReference
116
return this as
IGenericTypeInstanceReference
;
PEWriter\ITypeReferenceExtensions.cs (2)
20
IGenericTypeInstanceReference
? genTypeInstance = typeReference.AsGenericTypeInstanceReference;
29
IGenericTypeInstanceReference
? genericTypeInstanceReference = typeReference.AsGenericTypeInstanceReference;
PEWriter\MetadataVisitor.cs (2)
170
public abstract void Visit(
IGenericTypeInstanceReference
genericTypeInstanceReference);
620
IGenericTypeInstanceReference
? genericTypeInstanceReference = typeReference.AsGenericTypeInstanceReference;
PEWriter\ModifiedTypeReference.cs (1)
90
IGenericTypeInstanceReference
? ITypeReference.AsGenericTypeInstanceReference
PEWriter\ReferenceIndexerBase.cs (1)
104
public override void Visit(
IGenericTypeInstanceReference
genericTypeInstanceReference)
PEWriter\RootModuleType.cs (1)
269
IGenericTypeInstanceReference
? ITypeReference.AsGenericTypeInstanceReference
PEWriter\TypeNameSerializer.cs (1)
165
IGenericTypeInstanceReference
genInst = typeReference.AsGenericTypeInstanceReference;
PEWriter\Types.cs (1)
637
IGenericTypeInstanceReference
? AsGenericTypeInstanceReference { get; }