Implemented interface member:
method
TryGetValue
Roslyn.Utilities.IBidirectionalMap<TKey, TValue>.TryGetValue(TKey, out TValue)
8 references to TryGetValue
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
CSharpFormattingOptions2.Parsers.cs (5)
70
=> (SpacePlacementWithinParentheses)ParseEditorConfigFlags(list, static s => s_spacingWithinParenthesisOptionsEditorConfigMap.
TryGetValue
(s, out var v) ? (int)v : 0);
79
static s => s_newLineOptionsEditorConfigMap.
TryGetValue
(s, out var v) ? (int)v : s_legacyNewLineOptionsEditorConfigMap.
TryGetValue
(s, out v) ? (int)v : 0,
93
=> s_binaryOperatorSpacingOptionsEditorConfigMap.
TryGetValue
(binaryOperatorSpacingValue.Trim(), out var value) ? value : BinaryOperatorSpacingOptions.Single;
99
=> s_labelPositionOptionsEditorConfigMap.
TryGetValue
(labelIndentationValue.Trim(), out var value) ? value : LabelPositionOptions.NoIndent;
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
259
if (analyzerMap.
TryGetValue
(analyzerId, out var analyzer))
Microsoft.CodeAnalysis.Workspaces (2)
BidirectionalMap.cs (2)
101
if (
TryGetValue
(key, out var result))
123
if (
TryGetValue
(key, out var result))