4 references to IsGlobalComputed
System.Data.SqlXml (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."); 188Debug.Assert(IsGlobalComputed(idx), "Cannot get the value of a global value until it has been computed."); 293Debug.Assert(IsGlobalComputed(index), "Cannot get the value of a global value until it has been computed."); 302Debug.Assert(!IsGlobalComputed(index), "Global value should only be set once.");