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