14 references to TargetFramework
System.Configuration (14)
System\Configuration\ConfigurationElement.cs (4)
1119
if (_configRecord != null && _configRecord.
TargetFramework
!= null) {
1124
if (section != null && !section.ShouldSerializeElementInTargetVersion(this, elementName, _configRecord.
TargetFramework
)) {
1166
if ( prop.IsVersionCheckRequired && _configRecord != null && _configRecord.
TargetFramework
!= null) {
1172
if (section != null && !section.ShouldSerializePropertyInTargetVersion(prop, prop.Name, _configRecord.
TargetFramework
, this)) {
System\Configuration\MgmtConfigurationRecord.cs (10)
1437
if (
TargetFramework
!= null && !configSectionGroup.ShouldSerializeSectionGroupInTargetVersion(
TargetFramework
))
1516
if (
TargetFramework
!= null &&
1517
!configSection.ShouldSerializeSectionInTargetVersion(
TargetFramework
))
1719
if (
TargetFramework
!= null && !configSection.ShouldSerializeSectionInTargetVersion(
TargetFramework
))
2143
if (
TargetFramework
!= null) {
2145
if (g != null && !g.ShouldSerializeSectionGroupInTargetVersion(
TargetFramework
)){
2245
if (
TargetFramework
!= null) {
2247
if (g != null && !g.ShouldSerializeSectionGroupInTargetVersion(
TargetFramework
)){