8 references to Empty
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
EditAndContinue\CSharpEditAndContinueAnalyzerTests.cs (3)
127
var baseActiveStatements = AsyncLazy.Create(activeStatementMap ?? ActiveStatementsMap.
Empty
);
329
ActiveStatementsMap.
Empty
.InstructionMap);
750
var baseActiveStatements = AsyncLazy.Create(ActiveStatementsMap.
Empty
);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditAndContinue\ActiveStatementsDescription.cs (1)
35
OldStatementsMap = ActiveStatementsMap.
Empty
;
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSession.cs (2)
114
: new AsyncLazy<ActiveStatementsMap>(ActiveStatementsMap.
Empty
));
261
return ActiveStatementsMap.
Empty
;
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzerTests.vb (2)
130
Dim baseActiveStatements = AsyncLazy.Create(If(activeStatementMap, ActiveStatementsMap.
Empty
))
499
ActiveStatementsMap.
Empty
.InstructionMap)