15 references to
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
361var existingItem = _pendingInteractions[item.InteractionId];
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
124ClientCredentials clientCredentials = (ClientCredentials)factory.Endpoint.EndpointBehaviors[typeof(ClientCredentials)];
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
426result = CompileSingleKey(_compiler.Keys[qname], key, env); 589format = _compiler.DecimalFormats[resolvedName];
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
897_compiler.Keys[keyName].Add(key); 983DecimalFormatDecl format = _compiler.DecimalFormats[name];
System.Speech (2)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
151SrgsRule rule = srgsGrammar.Rules[sRule];
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
230SrgsRule rule = Rules[script._name];
tlens (7)
src\runtime\src\tools\illink\external\Mono.Options\Options.cs (7)
864return base[option]; 1091Option def = Contains("<>") ? this["<>"] : null; 1216p = this[n]; 1270p = this[rn]; 1297p = this[rn]; 1863var command = Contains(extra[0]) ? this[extra[0]] : null; 1901? CommandSet[extra[0]]