11 references to DOTCHAR
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
702
int fileExtIndex = file.Path.LastIndexOf(
DOTCHAR
);
1409
int index = subClassFullName.LastIndexOf(
DOTCHAR
);
1438
int index = className.LastIndexOf(
DOTCHAR
);
1526
string[] nsParts = ns.Split(
DOTCHAR
);
2502
int dotIndex = baseClassFullName.LastIndexOf(
DOTCHAR
);
MS\Internal\MarkupCompiler\ParserExtension.cs (5)
198
int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf(MarkupCompiler.
DOTCHAR
);
222
int lastIndex = xamlUnknownTagEndNode.LocalName.LastIndexOf(MarkupCompiler.
DOTCHAR
);
258
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)
369
int fileExtIndex = newRelativeFilePath.LastIndexOf(MarkupCompiler.
DOTCHAR
);