2 references to TryDecodeGuardAttributes
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\PlatformCompatibilityAnalyzer.OperationVisitor.cs (2)
54
if (
TryDecodeGuardAttributes
(guardAttributes, infosBuilder))
203
if (HasAnyGuardAttribute(attributes, version, out var mappedAttributes) &&
TryDecodeGuardAttributes
(mappedAttributes, infosBuilder))