13 instantiations of XCData
Microsoft.CodeAnalysis.Test.Utilities (1)
InstrumentationChecker.cs (1)
162public XCData ExpectedOutput { get { return new XCData(_consoleExpectations.ToString()); } }
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (1)
964<%= New System.Xml.Linq.XCData(builder.ToString()) %>
Semantics\UnaryOperators.vb (1)
652<%= New System.Xml.Linq.XCData(builder.ToString()) %>
Microsoft.DotNet.Build.Tasks.Installers (1)
src\GenerateMacOSDistributionFile.cs (1)
62var scriptElement = new XElement("script", new XCData(archScriptContent));
Microsoft.VisualStudio.LanguageServices (1)
Snippets\SnippetExpansionClient.cs (1)
700new XCData(template.ToString()))))));
System.Private.Xml.Linq (8)
System\Xml\Linq\XCData.cs (1)
78return new XCData(this);
System\Xml\Linq\XContainer.cs (4)
932_currentContainer.AddNodeSkipNotify(new XCData(r.Value)); 988_currentContainer.AddNodeSkipNotify(new XCData(await r.GetValueAsync().ConfigureAwait(false))); 1086newNode = new XCData(r.Value); 1202newNode = new XCData(await r.GetValueAsync().ConfigureAwait(false));
System\Xml\Linq\XNode.cs (2)
438return new XCData(reader); 487ret = new XCData(reader.Value);
System\Xml\Linq\XNodeBuilder.cs (1)
66AddNode(new XCData(text!));
24 references to XCData
Microsoft.CodeAnalysis.Test.Utilities (9)
CommonTestBase.cs (4)
260XCData code, 271XCData code, 287XCData code, 298XCData code,
CompilationVerifier.cs (1)
639XCData expectedIL,
InstrumentationChecker.cs (1)
162public XCData ExpectedOutput { get { return new XCData(_consoleExpectations.ToString()); } }
TestBase.cs (1)
348XCData squiggledText,
TestHelpers.cs (2)
129XCData squiggledText, 146public static string NormalizeNewLines(XCData data)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (3)
ExpressionTrees\CodeGenExprLambda.vb (3)
1908Private Sub TestExpressionTrees(sourceFile As XElement, result As XCData, 1921Public Prefix As XCData 1988Private Shared ReadOnly s_enumDeclarations As XCData = <![CDATA[
netstandard (1)
netstandard.cs (1)
2267[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XCData))]
System.Private.Xml.Linq (9)
System\Xml\Linq\XCData.cs (5)
24public XCData(XCData other) : base(other) { } 43/// Write this <see cref="XCData"/> to the given <see cref="XmlWriter"/>. 46/// The <see cref="XmlWriter"/> to write this <see cref="XCData"/> to. 56/// Write this <see cref="XCData"/> to the given <see cref="XmlWriter"/>. 59/// The <see cref="XmlWriter"/> to write this <see cref="XCData"/> to.
System\Xml\Linq\XContainer.cs (2)
573if (tn != null && !(tn is XCData)) 601if (tn != null && !(tn is XCData))
System\Xml\Linq\XLinq.cs (2)
64if (prevXText != null && !(_previous is XCData)) 133if (prevXText != null && !(_previous is XCData))
System.Xml.Linq (1)
System.Xml.Linq.cs (1)
9[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XCData))]
System.Xml.XDocument (1)
artifacts\obj\System.Xml.XDocument\Debug\net10.0\System.Xml.XDocument.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.XCData))]