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