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