4 references to ExperimentalPolyglotPython
aspire (3)
KnownFeatures.cs (2)
102
[
ExperimentalPolyglotPython
] = new(
103
ExperimentalPolyglotPython
,
Projects\DefaultLanguageDiscovery.cs (1)
70
[KnownLanguageId.Python] = KnownFeatures.
ExperimentalPolyglotPython
,
Aspire.Cli.Tests (1)
Projects\DefaultLanguageDiscoveryTests.cs (1)
56
features.SetFeature(KnownFeatures.
ExperimentalPolyglotPython
, true);