3 references to s_executingPath
dotnet-format (3)
Analyzers\CodeStyleInformationProvider.cs (3)
15
private readonly string _featuresPath = Path.Combine(
s_executingPath
, "Microsoft.CodeAnalysis.Features.dll");
16
private readonly string _featuresCSharpPath = Path.Combine(
s_executingPath
, "Microsoft.CodeAnalysis.CSharp.Features.dll");
17
private readonly string _featuresVisualBasicPath = Path.Combine(
s_executingPath
, "Microsoft.CodeAnalysis.VisualBasic.Features.dll");