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