4 references to TryParsePlatformNameAndVersion
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (2)
244TryParsePlatformNameAndVersion(attribute, out var platformName, out var _)) 2059if (TryParsePlatformNameAndVersion(attribute, out var platformName, out var version))
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (2)
87TryParsePlatformNameAndVersion(attribute, out var platformName, out var version)) 235TryParsePlatformNameAndVersion(attribute, out var platformName, out var _))