2 writes to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
2716
this.
GetMethodFromHandle
= getMethodFromHandle;
2727
this.
GetMethodFromHandle
= getMethodFromHandle;
7 references to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitExpression.cs (1)
3703
MethodSymbol getMethod = node.
GetMethodFromHandle
;
Generated\BoundNodes.xml.Generated.cs (4)
2739
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(method, this.Method) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getMethodFromHandle, this.
GetMethodFromHandle
) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11265
MethodSymbol? getMethodFromHandle = this.VisitMethodSymbol(node.
GetMethodFromHandle
);
13329
MethodSymbol? getMethodFromHandle = GetUpdatedSymbol(node, node.
GetMethodFromHandle
);
15742
new TreeDumperNode("getMethodFromHandle", node.
GetMethodFromHandle
, null),
Lowering\SyntheticBoundNodeFactory.cs (2)
1326
Debug.Assert(result.Type.IsErrorType() || result.Type!.IsDerivedFrom(result.
GetMethodFromHandle
!.ReturnType, TypeCompareKind.AllIgnoreOptions, ref discardedUseSiteInfo));
1433
Debug.Assert(result.Type.IsErrorType() || result.Type!.IsDerivedFrom(result.
GetMethodFromHandle
!.ReturnType, TypeCompareKind.AllIgnoreOptions, ref discardedUseSiteInfo));