10 implementations of NullableAnnotation
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\EventSymbol.cs (1)
38
CodeAnalysis.NullableAnnotation IEventSymbol.
NullableAnnotation
=> _underlying.TypeWithAnnotations.ToPublicAnnotation();
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedEventSymbol.cs (1)
34
public NullableAnnotation
NullableAnnotation
=> _symbol.NullableAnnotation;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\EventSymbol.vb (1)
285
Private ReadOnly Property
IEventSymbol_NullableAnnotation
As NullableAnnotation Implements IEventSymbol.NullableAnnotation
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationEventSymbol.cs (1)
24
public NullableAnnotation
NullableAnnotation
=> Type.NullableAnnotation;
7 references to NullableAnnotation
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\Source\NullablePublicAPITests.cs (5)
642
Assert.Equal(result, member.
NullableAnnotation
);
2829
Assert.Equal(PublicNullableAnnotation.Annotated, ((IEventSymbol)symInfo.Symbol).
NullableAnnotation
);
2834
Assert.Equal(PublicNullableAnnotation.Annotated, ((IEventSymbol)symInfo.Symbol).
NullableAnnotation
);
2878
Assert.Equal(PublicNullableAnnotation.Annotated, ((IEventSymbol)symInfo.Symbol).
NullableAnnotation
);
2883
Assert.Equal(PublicNullableAnnotation.Annotated, ((IEventSymbol)symInfo.Symbol).
NullableAnnotation
);
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.WrappedEventSymbol.cs (1)
34
public NullableAnnotation NullableAnnotation => _symbol.
NullableAnnotation
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\EventSymbol.vb (1)
285
Private ReadOnly Property IEventSymbol_NullableAnnotation As NullableAnnotation Implements IEventSymbol.
NullableAnnotation