5 references to DOTCHAR
PresentationBuildTasks (5)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1518string[] nsParts = ns.Split(new char[] { DOTCHAR }); 2450int dotIndex = baseClassFullName.LastIndexOf(DOTCHAR);
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
207int lastIndex = xamlUnknownTagStartNode.Value.LastIndexOf(MarkupCompiler.DOTCHAR); 231int lastIndex = xamlUnknownTagEndNode.LocalName.LastIndexOf(MarkupCompiler.DOTCHAR); 267int lastIndex = localAttribName.LastIndexOf(MarkupCompiler.DOTCHAR);