2 references to OnNonRoslynBufferTextChanged
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.AbstractUnitTestingPriorityProcessor.cs (2)
40
Processor._documentTracker.NonRoslynBufferTextChanged +=
OnNonRoslynBufferTextChanged
;
125
Processor._documentTracker.NonRoslynBufferTextChanged -=
OnNonRoslynBufferTextChanged
;