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