4 instantiations of DummySyntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
152Friend Shared ReadOnly Dummy As VisualBasicSyntaxTree = New DummySyntaxTree()
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxTreeTests.vb (3)
142Dim dummy = New VisualBasicSyntaxTree.DummySyntaxTree() 179Dim oldTree = New VisualBasicSyntaxTree.DummySyntaxTree() 188Dim oldTree As SyntaxTree = New VisualBasicSyntaxTree.DummySyntaxTree()
1 reference to DummySyntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\OverloadResolution.vb (1)
2867Debug.Assert(Not candidate.Candidate.UnderlyingSymbol.IsReducedExtensionMethod() OrElse methodOrPropertyGroup.ReceiverOpt IsNot Nothing OrElse TypeOf methodOrPropertyGroup.SyntaxTree Is DummySyntaxTree)