5 references to HasSameVersionedPlatformSupport
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.cs (5)
893if (csAttributes != null && HasSameVersionedPlatformSupport(csAttributes, pName, checkSupport: false))
916if (csAttributes != null && HasSameVersionedPlatformSupport(csAttributes, pName, checkSupport: true))
1066if (csAttributes != null && HasSameVersionedPlatformSupport(csAttributes, pName, checkSupport: true))
1156if (HasSameVersionedPlatformSupport(attributes, pName, supported))
1187if (HasSameVersionedPlatformSupport(attributes, pName, supported))