1 write to defaultValueRaw
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaDeclBase.cs (1)
119set { defaultValueRaw = value; }
2 references to defaultValueRaw
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaDeclBase.cs (2)
118get { return (defaultValueRaw != null) ? defaultValueRaw : string.Empty; }