3 overrides of GetPropertyValue
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
85public override string GetPropertyValue(string name)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\BrokeredService\WorkspaceProjectFactoryService.cs (1)
51public override string GetPropertyValue(string name)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\TestEvaluationData.cs (1)
28public override string GetPropertyValue(string name)
5 references to GetPropertyValue
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\CPS\IWorkspaceProjectContextFactory.cs (2)
73var value = GetPropertyValue(name); 83var value = GetPropertyValue(name);
Microsoft.VisualStudio.LanguageServices.Implementation (3)
ProjectSystem\CPS\CPSProjectFactory.cs (3)
73AssemblyName = data.GetPropertyValue(BuildPropertyNames.AssemblyName), 92commandLineArgs = data.GetPropertyValue(BuildPropertyNames.CommandLineArgsForDesignTimeEvaluation); 102binOutputPath = data.GetPropertyValue(BuildPropertyNames.TargetPath);