11 references to MemberNotNullWhen
illink (1)
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticateResult.cs (1)
24[MemberNotNullWhen(true, nameof(Ticket), nameof(Principal), nameof(Properties))]
Microsoft.AspNetCore.WebUtilities (1)
FormReader.cs (1)
310[MemberNotNullWhen(true, nameof(_currentKey), nameof(_currentValue))]
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.ConditionalAccessOperationTracker.cs (1)
35[MemberNotNullWhen(false, nameof(Operations), nameof(WhenNull))]
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (1)
40[MemberNotNullWhen(false, nameof(FirstBlock), nameof(LastBlock))]
SourceGeneration\Nodes\GeneratorRunStateTable.cs (1)
49[MemberNotNullWhen(true, nameof(_namedSteps), nameof(_outputSteps))]
Microsoft.CodeAnalysis.CSharp.Features (4)
src\Analyzers\CSharp\Analyzers\RemoveUnnecessaryNullableDirective\CSharpRemoveUnnecessaryNullableDirectiveDiagnosticAnalyzer.cs (4)
181[MemberNotNullWhen(false, nameof(PositionOfFirstReducingNullableDirective), nameof(IntervalTree), nameof(PossibleNullableImpactIntervalTree))] 216[MemberNotNullWhen(true, nameof(PositionOfFirstReducingNullableDirective), nameof(IntervalTree), nameof(PossibleNullableImpactIntervalTree))] 220[MemberNotNullWhen(true, nameof(PositionOfFirstReducingNullableDirective), nameof(IntervalTree), nameof(PossibleNullableImpactIntervalTree))] 224[MemberNotNullWhen(true, nameof(PositionOfFirstReducingNullableDirective), nameof(IntervalTree), nameof(PossibleNullableImpactIntervalTree))]
Microsoft.Net.Http.Headers (1)
ContentRangeHeaderValue.cs (1)
135[MemberNotNullWhen(true, nameof(From), nameof(To))]