5 references to DefaultEmitDefaultValue
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
885
if (dataMember.EmitDefaultValue != Globals.
DefaultEmitDefaultValue
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs (2)
191
_emitDefaultValue = Globals.
DefaultEmitDefaultValue
;
196
_emitDefaultValue = Globals.
DefaultEmitDefaultValue
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMemberAttribute.cs (1)
14
private bool _emitDefaultValue = Globals.
DefaultEmitDefaultValue
;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1005
memberEmitDefaultValue = emitDefaultValueFromAnnotation != null ? emitDefaultValueFromAnnotation.Value : Globals.
DefaultEmitDefaultValue
;