6 references to Method
Microsoft.CodeAnalysis.VisualBasic (6)
CodeGen\EmitExpression.vb (3)
2304Debug.Assert(node.Method.IsDefinition) 2315Dim symbol = If(node.Method.PartialDefinitionPart, node.Method)
Generated\BoundNodes.xml.Generated.vb (3)
1162If method IsNot Me.Method OrElse type IsNot Me.Type Then 12167Return node.Update(node.Method, type) 13298New TreeDumperNode("method", node.Method, Nothing),