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