3 references to IsContaminated
Microsoft.Analyzers.Local (3)
ApiLifecycle\ApiLifecycleAnalyzer.cs (3)
74
if (!symbol.
IsContaminated
(ExperimentalAttributeFullName))
106
var isMarkedExperimental = symbol.
IsContaminated
(ExperimentalAttributeFullName);
154
if (!type.
IsContaminated
(ExperimentalAttributeFullName))