Ejemplo n.º 1
0
 _context = context ?? throw new ArgumentNullException(nameof(context));
Ejemplo n.º 2
0
 underlyingObject ?? throw new ArgumentNullException(nameof(underlyingObject));
 : base(text, tag, colorize, colors) => SearchMatcher = searchMatcher ?? throw new ArgumentNullException(nameof(searchMatcher));
Ejemplo n.º 4
0
 public StartWatchingCluster(string clusterName) => ClusterName = clusterName ?? throw new ArgumentNullException(nameof(clusterName));
 _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown ArtifactManifestOrder value.")
Ejemplo n.º 6
0
 public ICollectionDebugView(ICollection <T> collection) => _Collection = collection ?? throw new ArgumentNullException(nameof(collection));
Ejemplo n.º 7
0
 public BreakpointData(GlyphTextMarkerLocationInfo location) => Location = location ?? throw new ArgumentNullException(nameof(location));
Ejemplo n.º 8
0
throw new ArgumentNullException(nameof(obj1));
Ejemplo n.º 9
0
 /// <summary>
 /// Registers a generated class.
 /// </summary>
 internal protected static void RegisterInstance(Type instance) => TypeEmitter.RegisterInstance(instance ?? throw new ArgumentNullException(nameof(instance)));
Ejemplo n.º 10
0
 public PersionRepository(ApplicationDbContext context) => Context = context ?? throw new ArgumentNullException(nameof(context));
Ejemplo n.º 11
0
 public void AddForPatch(IPatch patch) => forPass.Add(patch ?? throw new ArgumentNullException(nameof(patch)));
Ejemplo n.º 12
0
 [Theory MemberData(nameof(ValidStores))]
Ejemplo n.º 13
0
 public HexAdornmentElementImpl(IHexTextTagSpan <HexSpaceNegotiatingAdornmentTag> tagSpan) => this.tagSpan = tagSpan ?? throw new ArgumentNullException(nameof(tagSpan));
Ejemplo n.º 14
0
 MemberData(nameof(ValidScopes))
 ]
throw new ArgumentNullException(nameof(id));
typeof(EmitGenericCollectionNodeDeserializer).GetMethod(nameof(DeserializeHelper));
this.dbConnector = dbConnector ?? throw new ArgumentNullException(nameof(dbConnector));
typeof(EmitGenericDictionaryNodeDeserializer).GetMethod(nameof(DeserializeHelper));
Ejemplo n.º 19
0
throw new ArgumentNullException(nameof(address));
Ejemplo n.º 20
0
 new Column(table, nameof(TestEntity.Foo), typeof(TestEntity).GetProperty(nameof(TestEntity.Foo)) !)
Ejemplo n.º 21
0
 /// <summary>Initializes a new instance of the <see cref="T:Gorgon.Editor.UI.Controls.ContentFileEntrySelectedEventArgs"/> class.</summary>
 /// <param name="entry">The file entry that was selected or unselected.</param>
 /// <exception cref="ArgumentNullException">Thrown when the <paramref name="entry"/> parameter is <b>null</b>.</exception>
 public ContentFileEntrySelectedEventArgs(ContentFileExplorerFileEntry entry) => FileEntry = entry ?? throw new ArgumentNullException(nameof(entry));
Ejemplo n.º 22
0
 throw new ArgumentNullException(nameof(entity), "Value can`t be a null")
 );
 _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown UsageUnit value.")
Ejemplo n.º 24
0
 _ = group ?? throw new ArgumentNullException(nameof(group));
Ejemplo n.º 25
0
this.ActorUrl = actorUrl ?? throw new ArgumentNullException(nameof(actorUrl));
 _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown ServerConnectionType value.")
Ejemplo n.º 27
0
 _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown UriColor value.")
Ejemplo n.º 28
0
throw new ArgumentNullException(nameof(source));
Ejemplo n.º 29
0
throw new ArgumentOutOfRangeException(nameof(length), "The length of return list must be smaller or equal to the product of the lengths of the lists used for the drawing");
Ejemplo n.º 30
0
			Throw<ArgumentNullException>.If.IsNull(subService)?.Now(nameof(subService));
Ejemplo n.º 31
0
 public virtual string Format <T>(T entity) => Build(entity ?? throw new ArgumentNullException(nameof(entity)));
typeof(FullObjectGraphTraversalStrategy).GetMethod(nameof(TraverseGenericDictionaryHelper));
 => Encode(message as PortInformationRequestMessage ?? throw new ArgumentException(nameof(message)), data);
Ejemplo n.º 34
0
typeof(EmitArrayNodeDeserializer).GetMethod(nameof(DeserializeHelper));
Ejemplo n.º 35
0
 set => _current = value ?? throw new ArgumentNullException(nameof(value));
Ejemplo n.º 36
0
 new = RoutedUICommand(nameof(MyAction), nameof(MyAction), typeof(MyCustomCommands));
Ejemplo n.º 37
0
 /// <summary>Initializes a new instance of the <see cref="ScopeableRequest"/> class.</summary>
 /// <param name="logger">The logger.</param>
 /// <exception cref="ArgumentNullException"><paramref name="logger"/> is <see langword="null" />.</exception>
 protected ScopeableRequest(ILogger logger) => Logger = logger ?? throw new ArgumentNullException(nameof(logger));
Ejemplo n.º 38
0
 [Theory MemberData(nameof(ValidStores))]
 _ => throw new ArgumentOutOfRangeException(nameof(binding)),