1 write to _left
Microsoft.VisualStudio.LanguageServices (1)
Preview\FileChange.cs (1)
48
_left
= left;
6 references to _left
Microsoft.VisualStudio.LanguageServices (6)
Preview\FileChange.cs (6)
148
if (
_left
== null)
154
pbstrText = ServicesVSResources.bracket_bracket +
_left
.Name;
199
=>
_left
;
203
if (
_left
== null || _right == null)
213
public TextDocumentKind ChangedDocumentKind => (
_left
?? _right!).Kind;
217
var document = _right ??
_left
!;