5 references to WRN_MemberNotNull
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (3)
76nullableWarnings.Add(GetId(ErrorCode.WRN_MemberNotNull)); 477case ErrorCode.WRN_MemberNotNull: 2027or ErrorCode.WRN_MemberNotNull
FlowAnalysis\NullableWalker.cs (1)
797Diagnostics.Add(ErrorCode.WRN_MemberNotNull, syntaxOpt?.GetLocation() ?? methodMainNode.Syntax.GetLastToken().GetLocation(), member.Name);
Generated\ErrorFacts.Generated.cs (1)
241case ErrorCode.WRN_MemberNotNull: