8 implementations of AsGenericTypeInstanceReference
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
49public IGenericTypeInstanceReference? AsGenericTypeInstanceReference => OldDefinition.AsGenericTypeInstanceReference;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
77public IGenericTypeInstanceReference? AsGenericTypeInstanceReference => OldDefinition.AsGenericTypeInstanceReference;
Emit\ErrorType.cs (1)
113Cci.IGenericTypeInstanceReference Cci.ITypeReference.AsGenericTypeInstanceReference
Emit\NoPia\CommonEmbeddedType.cs (1)
608Cci.IGenericTypeInstanceReference Cci.ITypeReference.AsGenericTypeInstanceReference
Emit\NoPia\CommonEmbeddedTypeParameter.cs (1)
163Cci.IGenericTypeInstanceReference Cci.ITypeReference.AsGenericTypeInstanceReference
PEWriter\InheritedTypeParameter.cs (1)
113public IGenericTypeInstanceReference? AsGenericTypeInstanceReference
PEWriter\ModifiedTypeReference.cs (1)
88IGenericTypeInstanceReference? ITypeReference.AsGenericTypeInstanceReference
PEWriter\RootModuleType.cs (1)
267IGenericTypeInstanceReference? ITypeReference.AsGenericTypeInstanceReference
11 references to AsGenericTypeInstanceReference
Microsoft.CodeAnalysis (11)
CodeGen\ReferenceDependencyWalker.cs (1)
86Cci.IGenericTypeInstanceReference? genericInstance = typeReference.AsGenericTypeInstanceReference;
Emit\EditAndContinue\DeletedSourceGenericParameter.cs (1)
49public IGenericTypeInstanceReference? AsGenericTypeInstanceReference => OldDefinition.AsGenericTypeInstanceReference;
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
77public IGenericTypeInstanceReference? AsGenericTypeInstanceReference => OldDefinition.AsGenericTypeInstanceReference;
PEWriter\ITypeReferenceExtensions.cs (3)
20IGenericTypeInstanceReference? genTypeInstance = typeReference.AsGenericTypeInstanceReference; 29IGenericTypeInstanceReference? genericTypeInstanceReference = typeReference.AsGenericTypeInstanceReference; 50nestedTypeReference.AsGenericTypeInstanceReference != null;
PEWriter\MetadataVisitor.cs (1)
620IGenericTypeInstanceReference? genericTypeInstanceReference = typeReference.AsGenericTypeInstanceReference;
PEWriter\MetadataWriter.cs (2)
647if (nestedTypeReference.AsGenericTypeInstanceReference != null) 662Debug.Assert(namespaceTypeReference.AsGenericTypeInstanceReference == null);
PEWriter\ReferenceIndexerBase.cs (1)
113if (containingType.AsGenericTypeInstanceReference != null ||
PEWriter\TypeNameSerializer.cs (1)
165IGenericTypeInstanceReference genInst = typeReference.AsGenericTypeInstanceReference;