3 references to SupportsDeclareEvents
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
827
bool raisePropertyChanged = EnableDataBinding &&
SupportsDeclareEvents
;
1037
if (EnableDataBinding &&
SupportsDeclareEvents
&& contractCodeDomInfo != null && contractCodeDomInfo.TypeDeclaration != null)
1731
return CreateProperty(type, propertyName, fieldName, isValueType, EnableDataBinding &&
SupportsDeclareEvents
);