4 references to IsGlobalComputed
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
174
Debug.Assert(
IsGlobalComputed
(idx), "Cannot get the value of a global value until it has been computed.");
191
Debug.Assert(
IsGlobalComputed
(idx), "Cannot get the value of a global value until it has been computed.");
300
Debug.Assert(
IsGlobalComputed
(index), "Cannot get the value of a global value until it has been computed.");
310
Debug.Assert(!
IsGlobalComputed
(index), "Global value should only be set once.");