4 references to SupportsDeclareEvents
System.Runtime.Serialization.Schema (4)
System\Runtime\Serialization\Schema\CodeExporter.cs (4)
823bool raisePropertyChanged = EnableDataBinding && SupportsDeclareEvents; 1050if (EnableDataBinding && SupportsDeclareEvents && contractCodeDomInfo.TypeDeclaration != null) 1833if (EnableDataBinding && SupportsDeclareEvents && FileExtension != "vb") 2008return CreateProperty(type, propertyName, fieldName, isValueType, EnableDataBinding && SupportsDeclareEvents);