3 references to ExperimentalAttributeFullName
Microsoft.Analyzers.Local (3)
ApiLifecycle\ApiLifecycleAnalyzer.cs (3)
72
if (!symbol.IsContaminated(
ExperimentalAttributeFullName
))
104
var isMarkedExperimental = symbol.IsContaminated(
ExperimentalAttributeFullName
);
152
if (!type.IsContaminated(
ExperimentalAttributeFullName
))