1 write to _left
Microsoft.VisualStudio.LanguageServices (1)
Preview\FileChange.cs (1)
51
_left
= left;
6 references to _left
Microsoft.VisualStudio.LanguageServices (6)
Preview\FileChange.cs (6)
150
if (
_left
== null)
156
pbstrText = ServicesVSResources.bracket_bracket +
_left
.Name;
201
=>
_left
;
205
if (
_left
== null || _right == null)
215
public TextDocumentKind ChangedDocumentKind => (
_left
?? _right).Kind;
219
var document = _right ??
_left
;