Home
last modified time | relevance | path

Searched refs:Xslt_NotCompiledStylesheet (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xslt/
H A DXslCompiledTransform.cs253 …throw new ArgumentException(SR.Format(SR.Xslt_NotCompiledStylesheet, compiledStylesheet.FullName),… in Load()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Xslt/
H A DXslCompiledTransform.cs298 …throw new ArgumentException(Res.GetString(Res.Xslt_NotCompiledStylesheet, compiledStylesheet.FullN… in Load()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs24 public const string Xslt_NotCompiledStylesheet = "Type '{0}' is not a compiled stylesheet class."; field in System.Xml.Res