7 references to EmptyVersion
Microsoft.CodeAnalysis.NetAnalyzers (7)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
529
else if (value.AnalysisValues.Contains(new PlatformMethodValue(info.PlatformName,
EmptyVersion
, false)))
2137
version =
EmptyVersion
;
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (2)
89
if (version ==
EmptyVersion
&& !methodArguments.IsEmpty &&
193
var version =
EmptyVersion
;
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Value.cs (3)
52
var info = new PlatformMethodValue(platformName,
EmptyVersion
, negated: false);
65
var info = new PlatformMethodValue(osPlatformNamesBuilder[i],
EmptyVersion
, negated: false);
246
_ =>
EmptyVersion