2 references to IsEmpty
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
1026
if (projectDifferences.
IsEmpty
)
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
2319
Assert.True(projectDifferences.
IsEmpty
);