2 writes to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
2715
this.
GetMethodFromHandle
= getMethodFromHandle;
2726
this.
GetMethodFromHandle
= getMethodFromHandle;
8 references to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\EmitExpression.cs (1)
3677
MethodSymbol getMethod = node.
GetMethodFromHandle
;
Generated\BoundNodes.xml.Generated.cs (4)
2738
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(method, this.Method) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getMethodFromHandle, this.
GetMethodFromHandle
) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11198
return node.Update(node.Method, node.
GetMethodFromHandle
, type);
13148
MethodSymbol? getMethodFromHandle = GetUpdatedSymbol(node, node.
GetMethodFromHandle
);
15562
new TreeDumperNode("getMethodFromHandle", node.
GetMethodFromHandle
, null),
Lowering\MethodToClassRewriter.cs (1)
219
return node.Update(rewrittenMethod, node.
GetMethodFromHandle
, node.Type);
Lowering\SyntheticBoundNodeFactory.cs (2)
1308
Debug.Assert(result.Type.IsErrorType() || result.Type!.IsDerivedFrom(result.
GetMethodFromHandle
!.ReturnType, TypeCompareKind.AllIgnoreOptions, ref discardedUseSiteInfo));
1415
Debug.Assert(result.Type.IsErrorType() || result.Type!.IsDerivedFrom(result.
GetMethodFromHandle
!.ReturnType, TypeCompareKind.AllIgnoreOptions, ref discardedUseSiteInfo));