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