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