1 implementation of BinOutputPath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
98public string? BinOutputPath
2 writes to BinOutputPath
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
127set => _vsProjectContext.BinOutputPath = value;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CPS\CSharpReferencesTests.cs (1)
68((IWorkspaceProjectContext)project4).BinOutputPath = @"C:\project4.dll";
1 reference to BinOutputPath
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
VS\IFSharpWorkspaceProjectContextFactory.cs (1)
126get => _vsProjectContext.BinOutputPath!;