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