1 write to _disconnectedBufferGraph
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Model.cs (1)
48_disconnectedBufferGraph = disconnectedBufferGraph;
5 references to _disconnectedBufferGraph
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (5)
Model.cs (5)
64: new Model(_disconnectedBufferGraph, TextSpan, Provider, Items, selectedItem, ArgumentIndex, ArgumentCount, ArgumentName, SelectedParameter, userSelected); 71: new Model(_disconnectedBufferGraph, TextSpan, Provider, Items, SelectedItem, ArgumentIndex, ArgumentCount, ArgumentName, selectedParameter, UserSelected); 76return _disconnectedBufferGraph.SubjectBufferSnapshot 83var originalSpan = _disconnectedBufferGraph.GetSubjectBufferTextSpanInViewBuffer(this.TextSpan); 84var trackingSpan = _disconnectedBufferGraph.ViewSnapshot.CreateTrackingSpan(originalSpan.TextSpan.ToSpan(), SpanTrackingMode.EdgeInclusive);