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