10 references to _bufferToDocumentInCurrentContextMap
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Workspace_Editor.cs (10)
254
=>
_bufferToDocumentInCurrentContextMap
.TryGetValue(container, out var documentId) ? documentId : null;
324
oldActiveContextDocumentId =
_bufferToDocumentInCurrentContextMap
[container];
685
Contract.ThrowIfFalse(
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
693
Contract.ThrowIfFalse(!
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
697
if (isCurrentContext || !
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer))
699
_bufferToDocumentInCurrentContextMap
[textContainer] = id;
711
Contract.ThrowIfFalse(!
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
715
Contract.ThrowIfFalse(
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
724
_bufferToDocumentInCurrentContextMap
.Remove(textContainer);
730
_bufferToDocumentInCurrentContextMap
[textContainer] = docIds[0];