1 write to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
545this.ReceivedCallback = true;
6 references to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
CodeFixes\CodeFixServiceTests.cs (6)
135Assert.False(analyzerWithFix.ReceivedCallback); 136Assert.False(analyzerWithoutFix.ReceivedCallback); 146Assert.True(analyzerWithFix.ReceivedCallback); 147Assert.False(analyzerWithoutFix.ReceivedCallback); 153Assert.True(analyzerWithFix.ReceivedCallback); 154Assert.True(analyzerWithoutFix.ReceivedCallback);