1 write to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
530this.ReceivedCallback = true;
6 references to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
CodeFixes\CodeFixServiceTests.cs (6)
136Assert.False(analyzerWithFix.ReceivedCallback); 137Assert.False(analyzerWithoutFix.ReceivedCallback); 147Assert.True(analyzerWithFix.ReceivedCallback); 148Assert.False(analyzerWithoutFix.ReceivedCallback); 154Assert.True(analyzerWithFix.ReceivedCallback); 155Assert.True(analyzerWithoutFix.ReceivedCallback);