32 references to IsNull
ConfigurationSchemaGenerator (1)
ConfigSchemaGenerator.cs (1)
80if (!exclusionPathsArg.IsNull)
Microsoft.CodeAnalysis (2)
Symbols\TypedConstant.cs (2)
109/// <see cref="IsNull"/> can be used to check for this. 120if (this.IsNull)
Microsoft.CodeAnalysis.CSharp (7)
Emitter\Model\AttributeDataAdapter.cs (1)
101if (argument.IsNull)
Symbols\Attributes\AttributeData.cs (2)
254if (value.IsNull) 304if (value.IsNull)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
1328if (constructorArgument.IsNull) 1370if (constant.IsNull)
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (1)
881if (argument.IsNull)
Symbols\TypedConstantExtensions.cs (1)
20if (constant.IsNull)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\ExpressionGenerator.cs (1)
39return typedConstant.IsNull
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\ExpressionGenerator.cs (1)
39return typedConstant.IsNull
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
6971x.IsNull == y.IsNull &&
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\AttributeDataAdapter.vb (1)
66If argument.IsNull Then
Symbols\TypedConstant.vb (1)
29If constant.IsNull Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\ExpressionGenerator.vb (1)
24If typedConstant.IsNull Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\ExpressionGenerator.vb (1)
24If typedConstant.IsNull Then
Microsoft.Extensions.Logging.Generators (8)
LoggerMessageGenerator.Parser.cs (8)
160level = items[0].IsNull ? null : (int?)GetItem(items[0]); 166level = items[0].IsNull ? null : (int?)GetItem(items[0]); 167message = items[1].IsNull ? string.Empty : (string)GetItem(items[1]); 172if (!items[0].IsNull) 177level = items[1].IsNull ? null : (int?)GetItem(items[1]); 178message = items[2].IsNull ? string.Empty : (string)GetItem(items[2]); 209level = value.IsNull ? null : (int?)GetItem(value); 218message = value.IsNull ? string.Empty : (string)GetItem(value);
Microsoft.Gen.MetadataExtractor (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
631if (constructorArg.IsNull ||
Microsoft.Gen.Metrics (1)
Parser.cs (1)
631if (constructorArg.IsNull ||
Microsoft.Gen.MetricsReports (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
631if (constructorArg.IsNull ||
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (1)
63&& !attr.ConstructorArguments[0].IsNull
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\ExpressionGenerator.cs (1)
39return typedConstant.IsNull
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\ExpressionGenerator.vb (1)
24If typedConstant.IsNull Then