1 write to _persistentSpanFactory
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Peek\PeekTests.vb (1)
352_persistentSpanFactory = persistentSpanFactory
2 references to _persistentSpanFactory
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Peek\PeekTests.vb (2)
372documentResult.SetupGet(Function(d) d.IdentifyingSpan).Returns(_persistentSpanFactory.Create(filePath, idLine, idIndex, idLine, idIndex, SpanTrackingMode.EdgeInclusive)) 373documentResult.SetupGet(Function(d) d.Span).Returns(_persistentSpanFactory.Create(filePath, idLine, idIndex, idLine, idIndex, SpanTrackingMode.EdgeInclusive))