3 references to semiColonChar
PresentationBuildTasks (3)
MS\Internal\Tasks\CompilerLocalReference.cs (3)
91
sb.Append(
semiColonChar
);
93
sb.Append(
semiColonChar
);
118
string[] subStrs = cacheInfo.Split(
semiColonChar
);