3 references to ActiveExperiments
Microsoft.CodeAnalysis.LanguageServer (3)
LanguageServer\Handler\CopilotCompletion\ContextResolveParam.cs (3)
30
if (this.
ActiveExperiments
is null)
35
var result = new Dictionary<string, object>(this.
ActiveExperiments
.Count);
36
foreach (var kvp in this.
ActiveExperiments
)