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