1 write to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
549this.ReceivedCallback = true;
6 references to ReceivedCallback
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
CodeFixes\CodeFixServiceTests.cs (6)
134Assert.False(analyzerWithFix.ReceivedCallback); 135Assert.False(analyzerWithoutFix.ReceivedCallback); 145Assert.True(analyzerWithFix.ReceivedCallback); 146Assert.False(analyzerWithoutFix.ReceivedCallback); 152Assert.True(analyzerWithFix.ReceivedCallback); 153Assert.True(analyzerWithoutFix.ReceivedCallback);