10 references to _bufferToDocumentInCurrentContextMap
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\Workspace_Editor.cs (10)
250
=>
_bufferToDocumentInCurrentContextMap
.TryGetValue(container, out var documentId) ? documentId : null;
318
oldActiveContextDocumentId =
_bufferToDocumentInCurrentContextMap
[container];
801
Contract.ThrowIfFalse(
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
809
Contract.ThrowIfFalse(!
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
813
if (isCurrentContext || !
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer))
815
_bufferToDocumentInCurrentContextMap
[textContainer] = id;
827
Contract.ThrowIfFalse(!
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
831
Contract.ThrowIfFalse(
_bufferToDocumentInCurrentContextMap
.ContainsKey(textContainer));
840
_bufferToDocumentInCurrentContextMap
.Remove(textContainer);
846
_bufferToDocumentInCurrentContextMap
[textContainer] = docIds[0];