10 references to GenerateXmlComments
PresentationBuildTasks (10)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (9)
2429
GenerateXmlComments
(ctdClass, className);
2668
GenerateXmlComments
(ctdClass, ctdClass.Name);
2709
GenerateXmlComments
(cmmCI, cmmCI.Name);
2738
GenerateXmlComments
(cmmGPV, cmmGPV.Name);
2767
GenerateXmlComments
(cmmSPV, cmmSPV.Name);
2820
GenerateXmlComments
(cmmCD, cmmCD.Name);
2845
GenerateXmlComments
(cmmAEH, cmmAEH.Name);
3103
GenerateXmlComments
(cmmMain, "Application Entry Point.");
3358
MarkupCompiler.
GenerateXmlComments
(_initializeComponentFn, INITIALIZE_COMPONENT);
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
675
MarkupCompiler.
GenerateXmlComments
(_nameField, _nameField.Name + " Name Field");