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