11 references to DOTCHAR
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
702
int fileExtIndex = file.Path.LastIndexOf(
DOTCHAR
);
1406
int index = subClassFullName.LastIndexOf(
DOTCHAR
);
1435
int index = className.LastIndexOf(
DOTCHAR
);
1523
string[] nsParts = ns.Split(
DOTCHAR
);
2498
int dotIndex = baseClassFullName.LastIndexOf(
DOTCHAR
);
MS\Internal\MarkupCompiler\ParserExtension.cs (5)
199
int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf(MarkupCompiler.
DOTCHAR
);
223
int lastIndex = xamlUnknownTagEndNode.LocalName.LastIndexOf(MarkupCompiler.
DOTCHAR
);
259
int lastIndex = localAttribName.LastIndexOf(MarkupCompiler.
DOTCHAR
);
840
int index = xamlDefAttributeNode.Value.LastIndexOf(MarkupCompiler.
DOTCHAR
);
870
int index = xamlDefAttributeNode.Value.LastIndexOf(MarkupCompiler.
DOTCHAR
);
MS\Internal\Tasks\CompilerWrapper.cs (1)
370
int fileExtIndex = newRelativeFilePath.LastIndexOf(MarkupCompiler.
DOTCHAR
);