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