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