6 references to Empty
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
EditAndContinue\CSharpEditAndContinueAnalyzerTests.cs (3)
121
var baseActiveStatements = AsyncLazy.Create(activeStatementMap ?? ActiveStatementsMap.
Empty
);
320
ActiveStatementsMap.
Empty
.InstructionMap);
745
var baseActiveStatements = AsyncLazy.Create(ActiveStatementsMap.
Empty
);
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSession.cs (2)
107
: AsyncLazy.Create(ActiveStatementsMap.
Empty
));
251
return ActiveStatementsMap.
Empty
;
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\ActiveStatementsDescription.cs (1)
31
OldStatementsMap = ActiveStatementsMap.
Empty
;