3 references to UnconstrainedGeneric
Microsoft.CodeAnalysis.Features (3)
AbstractUseIsNullForReferenceEqualsCodeFixProvider.cs (1)
66var isUnconstrainedGeneric = diagnostic.Properties.ContainsKey(UseIsNullConstants.UnconstrainedGeneric);
AbstractUseIsNullForReferenceEqualsDiagnosticAnalyzer.cs (1)
128properties = properties.Add(UseIsNullConstants.UnconstrainedGeneric, "");
UseIsNullConstants.cs (1)
13public const string UnconstrainedGeneric = nameof(UnconstrainedGeneric);