5 instantiations of XslCompiledTransform
Microsoft.Build.Tasks.Core (3)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1956var xslc = new XslCompiledTransform();
ManifestUtil\XmlUtil.cs (1)
88var xslc = new XslCompiledTransform();
XslTransformation.cs (1)
448XslCompiledTransform xslct = new XslCompiledTransform();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
118XslCompiledTransform xslt = new XslCompiledTransform();
xunit.console (1)
Utility\TransformFactory.cs (1)
72var xmlTransform = new System.Xml.Xsl.XslCompiledTransform();
14 references to XslCompiledTransform
Microsoft.Build.Tasks.Core (6)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1956var xslc = new XslCompiledTransform();
ManifestUtil\XmlUtil.cs (1)
88var xslc = new XslCompiledTransform();
XslTransformation.cs (4)
141XslCompiledTransform xslct; 436public XslCompiledTransform LoadXslt() 446public XslCompiledTransform LoadXslt(bool useTrustedSettings) 448XslCompiledTransform xslct = new XslCompiledTransform();
Microsoft.Build.Tasks.UnitTests (1)
XslTransformation_Tests.cs (1)
1209CompilerErrorCollection errors = XslCompiledTransform.CompileToType(reader, xsltSettings,
netstandard (1)
netstandard.cs (1)
2528[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslCompiledTransform))]
System.Private.Xml (2)
System\Xml\Xslt\XslCompiledTransform.cs (2)
42private static readonly Version? s_version = typeof(XslCompiledTransform).Assembly.GetName().Version; 188if (generatedCodeAttr != null && generatedCodeAttr.Tool == typeof(XslCompiledTransform).FullName)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\XmlDsigXsltTransform.cs (1)
118XslCompiledTransform xslt = new XslCompiledTransform();
System.Xml (1)
System.Xml.cs (1)
242[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslCompiledTransform))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
181[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Xsl.XslCompiledTransform))]
xunit.console (1)
Utility\TransformFactory.cs (1)
72var xmlTransform = new System.Xml.Xsl.XslCompiledTransform();