1 write to _runtime
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
87
_runtime
= runtime;
3 references to _runtime
System.Private.Xml (3)
System\Xml\Xsl\Runtime\XsltLibrary.cs (3)
103
if (
_runtime
.ExternalContext.GetLateBoundObject(nsUri) != null)
154
if (
_runtime
.ExternalContext.LateBoundFunctionExists(name.Name, name.Namespace))
160
return
_runtime
.EarlyBoundFunctionExists(name.Name, name.Namespace);