2 writes to Parameters
Microsoft.AspNetCore.Components.Server (1)
Circuits\ServerComponentDeserializer.cs (1)
287Parameters = parameters,
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
229Parameters = ParameterView.Empty,
8 references to Parameters
Microsoft.AspNetCore.Components.Server (1)
Circuits\ComponentDescriptor.cs (1)
15(componentType, sequence, parameters) = (ComponentType, Sequence, Parameters);
Microsoft.AspNetCore.Components.Server.Tests (7)
Circuits\ServerComponentDeserializerTest.cs (7)
53var parameters = deserializedDescriptor.Parameters.ToDictionary(); 73var parameters = deserializedDescriptor.Parameters.ToDictionary(); 121var parameters = deserializedDescriptor.Parameters.ToDictionary(); 183var firstParameters = firstDescriptor.Parameters.ToDictionary(); 191var secondParameters = secondDescriptor.Parameters.ToDictionary(); 213var firstParameters = firstDescriptor.Parameters.ToDictionary(); 221Assert.Empty(secondDescriptor.Parameters.ToDictionary());