1 write to NotNullIfNotNullAttribute
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
140NotNullIfNotNullAttribute = compilation.GetBestTypeByMetadataName("System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute");
1 reference to NotNullIfNotNullAttribute
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
60EmitNotNullIfNotNull = _typeSymbols.NotNullIfNotNullAttribute is not null,