19 implementations of AsGenericTypeInstanceReference
Microsoft.CodeAnalysis (9)
CodeGen\PrivateImplementationDetails.cs (1)
1102
public Cci.IGenericTypeInstanceReference?
AsGenericTypeInstanceReference
=> null;
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 (1)
112
public IGenericTypeInstanceReference?
AsGenericTypeInstanceReference
PEWriter\ModifiedTypeReference.cs (1)
90
IGenericTypeInstanceReference? ITypeReference.
AsGenericTypeInstanceReference
PEWriter\RootModuleType.cs (1)
269
IGenericTypeInstanceReference? ITypeReference.
AsGenericTypeInstanceReference
Microsoft.CodeAnalysis.CSharp (10)
Emitter\Model\ArrayTypeSymbolAdapter.cs (1)
64
Cci.IGenericTypeInstanceReference? Cci.ITypeReference.
AsGenericTypeInstanceReference
=> null;
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (1)
44
IGenericTypeInstanceReference? ITypeReference.
AsGenericTypeInstanceReference
=> null;
Emitter\Model\GenericNestedTypeInstanceReference.cs (1)
28
public override Cci.IGenericTypeInstanceReference
AsGenericTypeInstanceReference
Emitter\Model\NamedTypeReference.cs (1)
107
public abstract Cci.IGenericTypeInstanceReference
AsGenericTypeInstanceReference
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
94
Cci.IGenericTypeInstanceReference Cci.ITypeReference.
AsGenericTypeInstanceReference
Emitter\Model\PointerTypeSymbolAdapter.cs (1)
65
Cci.IGenericTypeInstanceReference? Cci.ITypeReference.
AsGenericTypeInstanceReference
Emitter\Model\SpecializedGenericNestedTypeInstanceReference.cs (1)
57
public override Cci.IGenericTypeInstanceReference
AsGenericTypeInstanceReference
Emitter\Model\SpecializedNestedTypeReference.cs (1)
46
public override Cci.IGenericTypeInstanceReference
AsGenericTypeInstanceReference
Emitter\Model\TypeParameterSymbolAdapter.cs (1)
89
Cci.IGenericTypeInstanceReference Cci.ITypeReference.
AsGenericTypeInstanceReference
Symbols\Source\ExtensionGroupingInfo.cs (1)
554
IGenericTypeInstanceReference? ITypeReference.
AsGenericTypeInstanceReference
=> null;
13 references to AsGenericTypeInstanceReference
Microsoft.CodeAnalysis (11)
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
;
PEWriter\ITypeReferenceExtensions.cs (3)
20
IGenericTypeInstanceReference? genTypeInstance = typeReference.
AsGenericTypeInstanceReference
;
29
IGenericTypeInstanceReference? genericTypeInstanceReference = typeReference.
AsGenericTypeInstanceReference
;
50
nestedTypeReference.
AsGenericTypeInstanceReference
!= null;
PEWriter\MetadataVisitor.cs (1)
620
IGenericTypeInstanceReference? genericTypeInstanceReference = typeReference.
AsGenericTypeInstanceReference
;
PEWriter\MetadataWriter.cs (2)
646
if (nestedTypeReference.
AsGenericTypeInstanceReference
!= null)
661
Debug.Assert(namespaceTypeReference.
AsGenericTypeInstanceReference
== null);
PEWriter\ReferenceIndexerBase.cs (1)
113
if (containingType.
AsGenericTypeInstanceReference
!= null ||
PEWriter\TypeNameSerializer.cs (1)
165
IGenericTypeInstanceReference genInst = typeReference.
AsGenericTypeInstanceReference
;
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\NamedTypeSymbolAdapter.cs (2)
890
Debug.Assert(((Cci.ITypeReference)this).
AsGenericTypeInstanceReference
!= null);
911
Debug.Assert(((Cci.ITypeReference)this).
AsGenericTypeInstanceReference
!= null);