9 implementations of ITypeParameterSymbol_ReferenceTypeConstraintNullableAnnotation
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\TypeParameterSymbol.cs (1)
35
CodeAnalysis.NullableAnnotation ITypeParameterSymbol.
ReferenceTypeConstraintNullableAnnotation
=>
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterSymbol.vb (1)
369
Private ReadOnly Property
ITypeParameterSymbol_ReferenceTypeConstraintNullableAnnotation
As NullableAnnotation Implements ITypeParameterSymbol.ReferenceTypeConstraintNullableAnnotation
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88
public NullableAnnotation
ReferenceTypeConstraintNullableAnnotation
=> throw new System.NotImplementedException();
13 references to ITypeParameterSymbol_ReferenceTypeConstraintNullableAnnotation
Microsoft.CodeAnalysis.CSharp (1)
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
917
switch (typeParam.
ReferenceTypeConstraintNullableAnnotation
)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\NullableReferenceTypesTests.cs (10)
138366
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138410
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138450
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138458
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138498
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138506
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138535
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138565
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138595
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
138623
Assert.Equal(CodeAnalysis.NullableAnnotation.None, cT.GetPublicSymbol().
ReferenceTypeConstraintNullableAnnotation
);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.Impl.cs (1)
1043
symbol.
ReferenceTypeConstraintNullableAnnotation
== NullableAnnotation.None)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeParameterSymbol.vb (1)
369
Private ReadOnly Property ITypeParameterSymbol_ReferenceTypeConstraintNullableAnnotation As NullableAnnotation Implements ITypeParameterSymbol.
ReferenceTypeConstraintNullableAnnotation