10 references to ExperimentalPolyglotPython
aspire (3)
KnownFeatures.cs (2)
83
[
ExperimentalPolyglotPython
] = new(
84
ExperimentalPolyglotPython
,
Projects\DefaultLanguageDiscovery.cs (1)
77
[KnownLanguageId.Python] = KnownFeatures.
ExperimentalPolyglotPython
,
Aspire.Cli.Tests (7)
Commands\NewCommandTemplateConfigPersistenceTests.cs (2)
373
KnownFeatures.
ExperimentalPolyglotPython
,
510
KnownFeatures.
ExperimentalPolyglotPython
,
Commands\NewCommandTests.cs (4)
55
features.SetFeature(KnownFeatures.
ExperimentalPolyglotPython
, true);
969
features.SetFeature(KnownFeatures.
ExperimentalPolyglotPython
, true);
1055
features.SetFeature(KnownFeatures.
ExperimentalPolyglotPython
, true);
1521
features.SetFeature(KnownFeatures.
ExperimentalPolyglotPython
, true);
Projects\DefaultLanguageDiscoveryTests.cs (1)
58
features.SetFeature(KnownFeatures.
ExperimentalPolyglotPython
, true);