5 references to TargetFramework
System.Configuration (5)
System\Configuration\BaseConfigurationRecord.cs (1)
4614
return (CurrentConfiguration == null) ? null : CurrentConfiguration.
TargetFramework
;
System\Configuration\ConfigurationSection.cs (4)
67
CurrentConfiguration.
TargetFramework
!= null &&
68
!ShouldSerializeSectionInTargetVersion(CurrentConfiguration.
TargetFramework
))
85
if (CurrentConfiguration != null && CurrentConfiguration.
TargetFramework
!= null)
90
if (CurrentConfiguration != null && CurrentConfiguration.
TargetFramework
!= null)