11 references to DOTCHAR
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
706int fileExtIndex = file.Path.LastIndexOf(DOTCHAR); 1410int index = subClassFullName.LastIndexOf(DOTCHAR); 1439int index = className.LastIndexOf(DOTCHAR); 1527string[] nsParts = ns.Split(DOTCHAR); 2502int dotIndex = baseClassFullName.LastIndexOf(DOTCHAR);
MS\Internal\MarkupCompiler\ParserExtension.cs (5)
201int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR); 225int lastIndex = xamlUnknownTagEndNode.LocalName.LastIndexOf(MarkupCompiler.DOTCHAR); 261int lastIndex = localAttribName.LastIndexOf(MarkupCompiler.DOTCHAR); 842int index = xamlDefAttributeNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR); 872int index = xamlDefAttributeNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR);
MS\Internal\Tasks\CompilerWrapper.cs (1)
374int fileExtIndex = newRelativeFilePath.LastIndexOf(MarkupCompiler.DOTCHAR);