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