2 writes to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
2709this.GetMethodFromHandle = getMethodFromHandle; 2720this.GetMethodFromHandle = getMethodFromHandle;
7 references to GetMethodFromHandle
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitExpression.cs (1)
3676MethodSymbol getMethod = node.GetMethodFromHandle;
Generated\BoundNodes.xml.Generated.cs (4)
2732if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(method, this.Method) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(getMethodFromHandle, this.GetMethodFromHandle) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11260MethodSymbol? getMethodFromHandle = this.VisitMethodSymbol(node.GetMethodFromHandle); 13301MethodSymbol? getMethodFromHandle = GetUpdatedSymbol(node, node.GetMethodFromHandle); 15716new 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));