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