2 references to MissingAttribute
Roslyn.Diagnostics.Analyzers (2)
ImportingConstructorShouldBeObsolete.cs (1)
170
public const string MissingAttribute = nameof(
MissingAttribute
);
ImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
47
case ImportingConstructorShouldBeObsolete.Scenario.
MissingAttribute
: