5 references to ERR_DuplicateXmlAttribute
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_XmlLiterals.vb (1)
1151
ReportDiagnostic(diagnostics, syntax, ERRID.
ERR_DuplicateXmlAttribute
, syntax.ToString())
Errors\ErrorFacts.vb (1)
655
ERRID.
ERR_DuplicateXmlAttribute
,
Parser\ParseXml.vb (3)
135
nextOption = ReportSyntaxError(nextOption, ERRID.
ERR_DuplicateXmlAttribute
, optionName.ToString)
157
nextOption = ReportSyntaxError(nextOption, ERRID.
ERR_DuplicateXmlAttribute
, optionName.ToString)
181
nextOption = ReportSyntaxError(nextOption, ERRID.
ERR_DuplicateXmlAttribute
, optionName.ToString)