13 references to Empty
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (1)
9038
var sealedDiagnostics = ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
;
Compilation\CSharpCompilation.cs (1)
2086
public static readonly EntryPoint None = new EntryPoint(null, ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
);
FlowAnalysis\NullableWalker.PlaceholderLocal.cs (1)
62
internal override ImmutableBindingDiagnostic<AssemblySymbol> GetConstantValueDiagnostics(BoundExpression boundInitValue) => ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
;
Symbols\Source\SourceLocalSymbol.cs (2)
478
return ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
;
597
return _constantTuple == null ? ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
: _constantTuple.Diagnostics;
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
165
implementingMemberAndDiagnostics = new SymbolAndDiagnostics(explicitImpl.Single(), ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
);
Symbols\Synthesized\SynthesizedLocal.cs (1)
194
return ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
;
Symbols\TypeSymbol.SymbolAndDiagnostics.cs (1)
21
public static readonly SymbolAndDiagnostics Empty = new SymbolAndDiagnostics(null, ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EELocalSymbolBase.cs (1)
43
return ImmutableBindingDiagnostic<AssemblySymbol>.
Empty
;
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Delegates.vb (1)
1286
ImmutableBindingDiagnostic(Of AssemblySymbol).
Empty
,
Binding\Binder_Lambda.vb (1)
895
Return New KeyValuePair(Of TypeSymbol, ImmutableBindingDiagnostic(Of AssemblySymbol))(LambdaSymbol.ReturnTypeIsUnknown, ImmutableBindingDiagnostic(Of AssemblySymbol).
Empty
)
Lowering\LocalRewriter\LocalRewriter_LateAddressOf.vb (1)
140
ImmutableBindingDiagnostic(Of AssemblySymbol).
Empty
,
Lowering\LocalRewriter\LocalRewriter_Query.vb (1)
207
ImmutableBindingDiagnostic(Of AssemblySymbol).
Empty
,