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