2 writes to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
2720
this.
GetMethodFromHandle
= getMethodFromHandle;
2731
this.
GetMethodFromHandle
= getMethodFromHandle;
7 references to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitExpression.cs (1)
3676
MethodSymbol getMethod = node.
GetMethodFromHandle
;
Generated\BoundNodes.xml.Generated.cs (4)
2743
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(method, this.Method) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getMethodFromHandle, this.
GetMethodFromHandle
) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11271
MethodSymbol? getMethodFromHandle = this.VisitMethodSymbol(node.
GetMethodFromHandle
);
13335
MethodSymbol? getMethodFromHandle = GetUpdatedSymbol(node, node.
GetMethodFromHandle
);
15750
new TreeDumperNode("getMethodFromHandle", node.
GetMethodFromHandle
, null),
Lowering\SyntheticBoundNodeFactory.cs (2)
1344
Debug.Assert(result.Type.IsErrorType() || result.Type!.IsDerivedFrom(result.
GetMethodFromHandle
!.ReturnType, TypeCompareKind.AllIgnoreOptions, ref discardedUseSiteInfo));
1451
Debug.Assert(result.Type.IsErrorType() || result.Type!.IsDerivedFrom(result.
GetMethodFromHandle
!.ReturnType, TypeCompareKind.AllIgnoreOptions, ref discardedUseSiteInfo));