10 references to Dummy
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (3)
1333
SyntaxNode syntax = CSharpSyntaxTree.
Dummy
.GetRoot();
3193
_binder.TryGetCollectionIterationType(CSharpSyntaxTree.
Dummy
.GetRoot(), t1, out elementType1);
3198
_binder.TryGetCollectionIterationType(CSharpSyntaxTree.
Dummy
.GetRoot(), t2, out elementType2);
Compilation\CSharpCompilation.cs (1)
3651
CSharpSyntaxTree.
Dummy
.GetRoot(),
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
640
foreach (Diagnostic diagnostic in CSharpSyntaxTree.
Dummy
.GetDiagnostics(treelessSyntax))
Symbols\MethodSymbolExtensions.cs (1)
213
return (CSharpSyntaxNode)CSharpSyntaxTree.
Dummy
.GetRoot();
Symbols\ReducedExtensionMethodSymbol.cs (1)
139
var syntaxTree = CSharpSyntaxTree.
Dummy
;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1384
if (ReferenceEquals(returnTypeSyntax, CSharpSyntaxTree.
Dummy
.GetRoot()))
Symbols\SymbolExtensions.cs (1)
380
return (CSharpSyntaxNode)CSharpSyntaxTree.
Dummy
.GetRoot();
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
287
var syntaxTree = CSharpSyntaxTree.
Dummy
;