1 instantiation of DummySyntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
155
Friend Shared ReadOnly Dummy As VisualBasicSyntaxTree = New
DummySyntaxTree
()
1 reference to DummySyntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
3228
Debug.Assert(Not candidate.Candidate.UnderlyingSymbol.IsReducedExtensionMethod() OrElse methodOrPropertyGroup.ReceiverOpt IsNot Nothing OrElse TypeOf methodOrPropertyGroup.SyntaxTree Is
DummySyntaxTree
)