11 references to DOTCHAR
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
689int fileExtIndex = file.Path.LastIndexOf(DOTCHAR); 1396int index = subClassFullName.LastIndexOf(DOTCHAR); 1425int index = className.LastIndexOf(DOTCHAR); 1513string[] nsParts = ns.Split(DOTCHAR); 2489int dotIndex = baseClassFullName.LastIndexOf(DOTCHAR);
MS\Internal\MarkupCompiler\ParserExtension.cs (5)
198int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR); 222int lastIndex = xamlUnknownTagEndNode.LocalName.LastIndexOf(MarkupCompiler.DOTCHAR); 258int lastIndex = localAttribName.LastIndexOf(MarkupCompiler.DOTCHAR); 836int index = xamlDefAttributeNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR); 866int index = xamlDefAttributeNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR);
MS\Internal\Tasks\CompilerWrapper.cs (1)
369int fileExtIndex = newRelativeFilePath.LastIndexOf(MarkupCompiler.DOTCHAR);