7 references to Method
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundMethodDefIndex.vb (1)
13
Debug.Assert(
Method
.IsDefinition)
CodeGen\EmitExpression.vb (3)
2325
Debug.Assert(node.
Method
.IsDefinition)
2336
Dim symbol = If(node.
Method
.PartialDefinitionPart, node.
Method
)
Generated\BoundNodes.xml.Generated.vb (3)
1153
If method IsNot Me.
Method
OrElse type IsNot Me.Type Then
12158
Return node.Update(node.
Method
, type)
13289
New TreeDumperNode("method", node.
Method
, Nothing),