1 instantiation of Signature
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
290
Signature signature = new
Signature
(properties);
7 references to Signature
System.Web.Extensions (7)
UI\WebControls\Dynamic.cs (7)
219
internal class Signature : IEquatable<
Signature
>
239
return obj is
Signature
? Equals((
Signature
)obj) : false;
242
public bool Equals(
Signature
other) {
259
Dictionary<
Signature
, Type> classes;
283
classes = new Dictionary<
Signature
, Type>();
290
Signature
signature = new Signature(properties);