3 references to ERR_TypeDisallowsElements
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_XmlLiterals.vb (1)
681Return BindXmlElementAccess(syntax, StringConstants.XmlElementsMethodName, ERRID.ERR_TypeDisallowsElements, diagnostics)
Errors\ErrorFacts.vb (1)
1166ERRID.ERR_TypeDisallowsElements,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
XmlLiteralTests.vb (1)
4297VerifyDiagnostics(comp, Diagnostic(ERRID.ERR_TypeDisallowsElements, "objArray.<output>").WithArguments("Object()"),