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