4 references to SupportsDeclareEvents
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeExporter.cs (4)
834
bool raisePropertyChanged = EnableDataBinding &&
SupportsDeclareEvents
;
1054
if (EnableDataBinding &&
SupportsDeclareEvents
&& contractCodeDomInfo != null && contractCodeDomInfo.TypeDeclaration != null)
1759
if (EnableDataBinding &&
SupportsDeclareEvents
&& String.CompareOrdinal(FileExtension, "vb") != 0)
1934
return CreateProperty(type, propertyName, fieldName, isValueType, EnableDataBinding &&
SupportsDeclareEvents
);