1 write to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
504this.ReceivedCallback = true;
6 references to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
CodeFixes\CodeFixServiceTests.cs (6)
142Assert.False(analyzerWithFix.ReceivedCallback); 143Assert.False(analyzerWithoutFix.ReceivedCallback); 153Assert.True(analyzerWithFix.ReceivedCallback); 154Assert.False(analyzerWithoutFix.ReceivedCallback); 160Assert.True(analyzerWithFix.ReceivedCallback); 161Assert.True(analyzerWithoutFix.ReceivedCallback);