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!;