24 references to Dummy
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb (1)
23Dim syntax = DirectCast(VisualBasic.VisualBasicSyntaxTree.Dummy.GetRoot(), VisualBasicSyntaxNode)
Compilation\MethodCompiler.vb (1)
813Dim f = New SyntheticBoundNodeFactory(matchingStub, matchingStub, If(method.Syntax, VisualBasic.VisualBasicSyntaxTree.Dummy.GetRoot()), compilationState, BindingDiagnosticBag.Discarded)
Compilation\VisualBasicCompilation.vb (8)
167Private _lazyMyTemplate As SyntaxTree = VisualBasicSyntaxTree.Dummy 242If _lazyMyTemplate Is VisualBasicSyntaxTree.Dummy Then 254Debug.Assert(tree IsNot VisualBasicSyntaxTree.Dummy) 257Interlocked.CompareExchange(_lazyMyTemplate, tree, VisualBasicSyntaxTree.Dummy) 276If Interlocked.CompareExchange(_lazyMyTemplate, tree, VisualBasicSyntaxTree.Dummy) Is VisualBasicSyntaxTree.Dummy Then 288Debug.Assert(_lazyMyTemplate Is VisualBasicSyntaxTree.Dummy) 289Debug.Assert(value IsNot VisualBasicSyntaxTree.Dummy)
Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb (1)
65Dim factory As New SyntheticBoundNodeFactory(Me, Me, VisualBasicSyntaxTree.Dummy.GetRoot(), compilationState, diagnostics)
Semantics\TypeInference\TypeInferenceCollection.vb (1)
336Binder.InferDominantTypeOfExpressions(VisualBasicSyntaxTree.Dummy.GetRoot(Nothing), elements, dominantTypeDiagnostics, Nothing)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_EqualsMethodSymbol.vb (1)
20MyBase.New(VisualBasicSyntaxTree.Dummy.GetRoot(), container, WellKnownMemberNames.ObjectEquals)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_GetHashCodeMethodSymbol.vb (1)
16MyBase.New(VisualBasicSyntaxTree.Dummy.GetRoot(), container, WellKnownMemberNames.ObjectGetHashCode)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_IEquatable_EqualsMethodSymbol.vb (1)
20MyBase.New(VisualBasicSyntaxTree.Dummy.GetRoot(), container, WellKnownMemberNames.ObjectEquals)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ToStringMethodSymbol.vb (1)
20MyBase.New(VisualBasic.VisualBasicSyntaxTree.Dummy.GetRoot(), container, WellKnownMemberNames.ObjectToString)
Symbols\ReducedExtensionMethodSymbol.vb (1)
96New BoundRValuePlaceholder(VisualBasic.VisualBasicSyntaxTree.Dummy.GetRoot(Nothing),
Symbols\Source\SourceAssemblySymbol.vb (1)
324Dim tree = VisualBasicSyntaxTree.Dummy
Symbols\Source\SourceModuleSymbol.vb (1)
386Dim binder As Binder = BinderBuilder.CreateBinderForProjectImports(Me, VisualBasicSyntaxTree.Dummy)
Symbols\Source\SynthesizedEntryPointSymbol.vb (1)
190Return VisualBasicSyntaxTree.Dummy.GetRoot()
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
184Return VisualBasic.VisualBasicSyntaxTree.Dummy.GetRoot()
Symbols\SynthesizedSymbols\SynthesizedSimpleMethodSymbol.vb (1)
31MyBase.New(VisualBasicSyntaxTree.Dummy.GetRoot(), container, name)
Syntax\VisualBasicSyntaxTree.vb (2)
154Friend Shared ReadOnly DummyReference As SyntaxReference = Dummy.GetReference(Dummy.GetRoot())