10 references to _bufferToDocumentInCurrentContextMap
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Workspace_Editor.cs (10)
249
=>
_bufferToDocumentInCurrentContextMap
.TryGetValue(container, out var documentId) ? documentId : null;
317
oldActiveContextDocumentId =
_bufferToDocumentInCurrentContextMap
[container];
800
Contract.ThrowIfFalse(
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
808
Contract.ThrowIfFalse(!
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
812
if (isCurrentContext || !
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer))
814
_bufferToDocumentInCurrentContextMap
[textContainer] = id;
826
Contract.ThrowIfFalse(!
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
830
Contract.ThrowIfFalse(
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
839
_bufferToDocumentInCurrentContextMap
.Remove(textContainer);
845
_bufferToDocumentInCurrentContextMap
[textContainer] = docIds[0];