6 implementations of AsGenericMethodInstanceReference
Microsoft.CodeAnalysis (6)
CodeGen\ArrayMembers.cs (1)
330public Cci.IGenericMethodInstanceReference? AsGenericMethodInstanceReference => null;
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
140public Cci.IGenericMethodInstanceReference? AsGenericMethodInstanceReference
Emit\EditAndContinue\DeletedSourceMethodDefinition.cs (1)
87public IGenericMethodInstanceReference? AsGenericMethodInstanceReference => OldDefinition.AsGenericMethodInstanceReference;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
279Cci.IGenericMethodInstanceReference Cci.IMethodReference.AsGenericMethodInstanceReference => null;
Emit\NoPia\VtblGap.cs (1)
214Cci.IGenericMethodInstanceReference Cci.IMethodReference.AsGenericMethodInstanceReference
PEWriter\RootModuleStaticConstructor.cs (1)
92public IGenericMethodInstanceReference AsGenericMethodInstanceReference => null;
5 references to AsGenericMethodInstanceReference
Microsoft.CodeAnalysis (5)
CodeGen\ReferenceDependencyWalker.cs (1)
109Cci.IGenericMethodInstanceReference? genericInstance = methodReference.AsGenericMethodInstanceReference;
Emit\EditAndContinue\DeletedSourceMethodDefinition.cs (1)
87public IGenericMethodInstanceReference? AsGenericMethodInstanceReference => OldDefinition.AsGenericMethodInstanceReference;
PEWriter\MetadataVisitor.cs (1)
344IGenericMethodInstanceReference? genericMethodInstanceReference = methodReference.AsGenericMethodInstanceReference;
PEWriter\MetadataWriter.cs (1)
1179IGenericMethodInstanceReference methodSpec = methodReference.AsGenericMethodInstanceReference;
PEWriter\ReferenceIndexerBase.cs (1)
139IGenericMethodInstanceReference genericMethodInstanceReference = methodReference.AsGenericMethodInstanceReference;