4 implementations of HasNotNullConstraint
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationTypeParameterSymbol.cs (1)
19public bool HasNotNullConstraint { get; }
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\TypeParameterSymbol.cs (1)
93bool ITypeParameterSymbol.HasNotNullConstraint => _underlying.HasNotNullConstraint;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterSymbol.vb (1)
326Private ReadOnly Property HasNotNullConstraint As Boolean Implements ITypeParameterSymbol.HasNotNullConstraint
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationTypeParameterSymbol.cs (1)
19public bool HasNotNullConstraint { get; }
10 references to HasNotNullConstraint
Microsoft.CodeAnalysis.CSharp (2)
SymbolDisplay\SymbolDisplayVisitor.Types.cs (2)
834typeParam.HasNotNullConstraint; 895else if (typeParam.HasNotNullConstraint)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ITypeParameterSymbolExtensions.cs (1)
52else if (typeParameter.HasNotNullConstraint)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
ITypeParameterSymbolExtensions.cs (1)
52else if (typeParameter.HasNotNullConstraint)
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
2330oldParameter.HasNotNullConstraint == newParameter.HasNotNullConstraint &&
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
340parameter.HasValueTypeConstraint, parameter.HasNotNullConstraint, parameter.Ordinal));
GenerateMember\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.AbstractInvocationInfo.cs (1)
80hasNotNullConstraint: typeParameter.HasNotNullConstraint);
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterSymbol.vb (1)
326Private ReadOnly Property HasNotNullConstraint As Boolean Implements ITypeParameterSymbol.HasNotNullConstraint
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\IMethodSymbolExtensions.cs (1)
139typeParameter.HasNotNullConstraint,