3 references to DefaultFilePathPrefix
Test.Utilities (3)
CodeMetricsTestsBase.cs (3)
24
internal static string CSharpDefaultFilePath =
DefaultFilePathPrefix
+ 0 + "." + CSharpDefaultFileExt;
25
internal static string VisualBasicDefaultFilePath =
DefaultFilePathPrefix
+ 0 + "." + VisualBasicDefaultExt;
32
string fileNamePrefix =
DefaultFilePathPrefix
;