2 overrides of SetProperty
Microsoft.VisualStudio.LanguageServices (2)
Utilities\ProjectPropertyStorage.cs (2)
51public override void SetProperty(string buildPropertyName, string configurationPropertyName, string value) 62public override void SetProperty(string buildPropertyName, string configurationPropertyName, string value)
3 references to SetProperty
Microsoft.VisualStudio.LanguageServices (1)
Utilities\ProjectPropertyStorage.cs (1)
42=> SetProperty(buildPropertyName, configurationPropertyName, value.ToString(CultureInfo.InvariantCulture).ToLowerInvariant());
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Utilities\CSharpCompilationOptionsChangingService.cs (1)
53storage.SetProperty("Nullable", "Nullable", projectSetting);
Utilities\CSharpParseOptionsChangingService.cs (1)
59storage.SetProperty("LangVersion", nameof(CSharpProjectConfigurationProperties3.LanguageVersion),