1 write to _isCompiled
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
774
_isCompiled
= _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;
3 references to _isCompiled
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
273
if (
_isCompiled
) throw new InvalidOperationException(ResXml.XmlSchemaCompiled);
727
get { return
_isCompiled
; }
733
if (
_isCompiled
)