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