Medium Trust: Updating YAML to avoid usage of custom hash code generator which requires permissions not available in medium trust. Replacing with RuntimeHelpers.GetHashCode.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-08 09:55:40 -08:00
parent 9f636ab33f
commit 4a056080b2
2 changed files with 0 additions and 16 deletions

View File

@@ -3404,22 +3404,6 @@
<value>The default instance of the System.Collections.Generic.EqualityComparer&lt;T&gt;
class for type T.</value>
</member>
<member name="T:System.Yaml.TypeUtils.HashCodeByRef`1">
<summary>
Calculate hash code by reference.
</summary>
<typeparam name="T"></typeparam>
</member>
<member name="M:System.Yaml.TypeUtils.HashCodeByRef`1.#cctor">
<summary>
Initializes a new instance of the HashCodeByRef&lt;T&gt; class.
</summary>
</member>
<member name="P:System.Yaml.TypeUtils.HashCodeByRef`1.GetHashCode">
<summary>
Calculate hash code by reference.
</summary>
</member>
<member name="T:System.Yaml.YamlParser">
<summary>
<para>A text parser for<br/>

Binary file not shown.