2 references to TryParsePlatformNameAndVersion
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (1)
2092
return
TryParsePlatformNameAndVersion
(argument, out platformName, out version);
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.Value.cs (1)
80
TryParsePlatformNameAndVersion
(value.ToString(), out string platformName, out Version? version))