16 references to IsEmptyVersion
Microsoft.CodeAnalysis.NetAnalyzers (16)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (16)
549
if (!
IsEmptyVersion
(info.Version))
878
if (pAttribute.UnsupportedFirst != null && !
IsEmptyVersion
(pAttribute.UnsupportedFirst))
880
if (
IsEmptyVersion
(supportedVersion))
891
else if (
IsEmptyVersion
(supportedVersion))
914
if (
IsEmptyVersion
(pAttribute.UnsupportedFirst))
1041
if (
IsEmptyVersion
(pAttribute.UnsupportedFirst!))
1064
if (
IsEmptyVersion
(unsupportedVersion))
1084
if (
IsEmptyVersion
(supportedVersion))
1107
if (
IsEmptyVersion
(pAttribute.Obsoleted)) // Do not need to add the version part if it is 0.0
1138
if (csAttribute.UnsupportedFirst != null && !
IsEmptyVersion
(csAttribute.UnsupportedFirst))
1140
if (
IsEmptyVersion
(supportedVersion))
1154
else if (
IsEmptyVersion
(supportedVersion))
1185
if (
IsEmptyVersion
(unsupportedVersion))
1197
if ((attribute.SupportedFirst == null || !
IsEmptyVersion
(attribute.SupportedFirst)) &&
1249
if (version != null && !
IsEmptyVersion
(version))
1269
if (version != null && !
IsEmptyVersion
(version))