4 references to Lazy
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
DeclarationTests.cs (4)
125
table = table.AddRootDeclaration(
Lazy
(decl1));
157
table = table.AddRootDeclaration(
Lazy
(decl2));
230
var decl1 =
Lazy
(DeclarationTreeBuilder.ForTree(tree1, TestOptions.DebugExe.ScriptClassName, isSubmission: false));
231
var decl2 =
Lazy
(DeclarationTreeBuilder.ForTree(tree2, TestOptions.DebugExe.ScriptClassName, isSubmission: false));