<TemplatesExport>
  <Folder name="File 'BC0.6.0_ForRS3.1.xml'">
    <Folder name="BlinkCode">
      <Folder name="PreprocessorDirective">
        <Folder name="Region">
          <Template uid="872408d3-614a-4e83-ade3-8cc35023c902" text="        #region @Constructor        &#xD;&#xA;        #endregion&#xD;&#xA;&#xD;&#xA;        #region @Method&#xD;&#xA;        #endregion&#xD;&#xA;&#xD;&#xA;        #region @Property        &#xD;&#xA;        #endregion&#xD;&#xA;        &#xD;&#xA;        #region @Event&#xD;&#xA;        #endregion&#xD;&#xA;&#xD;&#xA;        #region @Field&#xD;&#xA;        #endregion" shortcut="memregs" description="Member Regions" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="1caac1c9-5c1a-4931-a1f9-f05cc10607a8" text="#region $name$        &#xD;&#xA;#endregion" shortcut="reg" description="region" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
      </Folder>
      <Folder name="AccessKeyword">
        <Template uid="5ab9d929-afac-4731-9e8c-3b58352b8547" text="base" shortcut="ba" description="base" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="273c3a95-74b0-4f08-a6ff-3f1a1b6df09d" text="this" shortcut="th" description="this" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="Name">
        <Template uid="7a31040e-51a2-4ecf-88cb-d1c1fa98e3a5" text="result" shortcut="res" description="result" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="0fd90b09-81d5-40a0-b507-07978c60a50d" text="isExistent" shortcut="ise" description="isExistent" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="53866295-fd9d-4e81-8891-b9b28d8ffaea" text="isMatched" shortcut="im" description="isMatched" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="dcf1abf7-b456-445f-8013-ef36adefd77f" text="isNull" shortcut="isn" description="isNull" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="c31ed7a3-e518-4143-81a8-9909feea3f5e" text="isSuccess" shortcut="iss" description="isSuccess" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="8c374e6d-aab6-47be-8bc3-56c9d1e4e590" text="isFailure" shortcut="isf" description="isFailure" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="TypeDefinition">
        <Folder name="Delegate">
          <Folder name="DelegateVoid">
            <Folder name="PublicDelegateVoid">
              <Template uid="105587c2-6b31-40ef-ab44-e27bd37d7004" text="public delegate void $name$();" shortcut="pdv0" description="public delegate void()" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="95f93784-1b3d-4e23-8316-5189b33ccf4c" text="public delegate void $name$($pType1$ $pName1$);" shortcut="pdv1" description="public delegate void(p1)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="pType1" expression="" initialRange="0" />
                  <Variable name="pName1" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="90d0c390-a768-493b-b82f-cdf7cf32f323" text="public delegate void $name$($pType1$ $pName1$, $pType2$ $pName2$);" shortcut="pdv2" description="public delegate void(p1, p2)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="pType1" expression="" initialRange="0" />
                  <Variable name="pName1" expression="" initialRange="0" />
                  <Variable name="pType2" expression="" initialRange="0" />
                  <Variable name="pName2" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="82e88c0e-2925-4a79-974a-e4af23569d84" text="delegate void $name$();" shortcut="dv0" description="delegate void()" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="87999ede-47db-49c9-b300-5c371193addf" text="delegate void $name$($pType1$ $pName1$);" shortcut="dv1" description="delegate void(p1)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="pType1" expression="" initialRange="0" />
                <Variable name="pName1" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="b155af9f-8f1e-4715-8b4d-277b26888efe" text="delegate void $name$($pType1$ $pName1$, $pType2$ $pName2$);" shortcut="dv2" description="delegate void(p1, p2)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="pType1" expression="" initialRange="0" />
                <Variable name="pName1" expression="" initialRange="0" />
                <Variable name="pType2" expression="" initialRange="0" />
                <Variable name="pName2" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PublicDelegate">
            <Template uid="f277983c-413c-402a-9b2f-7439b1bb2f68" text="public delegate $returnType$ $name$();" shortcut="pd0" description="public delegate)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="returnType" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="5223a9af-db6f-4257-a13e-10663c12f236" text="public delegate $returnType$ $name$($pType1$ $pName1$);" shortcut="pd1" description="public delegate(p1)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="returnType" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="pType1" expression="" initialRange="0" />
                <Variable name="pName1" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="34cb2fb0-cf22-4f1b-9c5f-6a5ea8e4cc7d" text="public delegate $returnType$ $name$($pType1$ $pName1$, $pType2$ $pName2$);" shortcut="pd2" description="public delegate(p1, p2)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="returnType" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="pType1" expression="" initialRange="0" />
                <Variable name="pName1" expression="" initialRange="0" />
                <Variable name="pType2" expression="" initialRange="0" />
                <Variable name="pName2" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="21152cd9-68d0-4c2e-bf5d-db99e2bb40af" text="delegate $returnType$ $name$($pType1$ $pName1$);" shortcut="d1" description="delegate(p1)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="returnType" expression="" initialRange="0" />
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="pType1" expression="" initialRange="0" />
              <Variable name="pName1" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="d28b336c-e4a8-4f66-a3b4-d41e0ff1b08d" text="delegate $returnType$ $name$();" shortcut="d0" description="delegate()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="returnType" expression="" initialRange="0" />
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="54e9db56-59e2-4349-97b8-b02892cb552f" text="delegate $returnType$ $name$($pType1$ $pName1$, $pType2$ $pName2$);" shortcut="d2" description="delegate(p1, p2)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="returnType" expression="" initialRange="0" />
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="pType1" expression="" initialRange="0" />
              <Variable name="pName1" expression="" initialRange="0" />
              <Variable name="pType2" expression="" initialRange="0" />
              <Variable name="pName2" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Struct">
          <Folder name="PublicStruct">
            <Folder name="PublicPartialStruct">
              <Template uid="c0a826c2-d862-4911-8ea0-e067406dbdd2" text="public partial struct $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparstr" description="public partial struct" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="1f503f71-45b6-4d7e-9b56-2d4998f2e85b" text="public partial struct $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparstrba" description="public partial struct : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="ee25da18-b6e0-4ddc-978b-53dc04e4ace1" text="public struct $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pstrba" description="public struct : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="8873b5c0-592a-458a-920d-5dbe84e39700" text="public struct $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pstr" description="public struct" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PartialStruct">
            <Template uid="04d64bce-e19b-4939-86c5-38bfd93de173" text="partial struct $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="parstr" description="partial struct" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="ce68713b-13d5-4f5d-9b0c-f1758adddfe3" text="partial struct $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="parstrba" description="partial struct : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="265e2f47-1d2d-4459-86e1-4aa058de63cf" text="struct $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="str" description="struct" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="1433148d-53ea-403e-8883-aac742058160" text="struct $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="strba" description="struct : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Class">
          <Folder name="PublicClass">
            <Folder name="PublicPartialClass">
              <Folder name="PublicAbstractPartialClass">
                <Template uid="d7cce532-d40c-49f4-ac8b-d955e0354caf" text="public abstract partial class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pabparc" description="public abstract partial class" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="faddb5d2-8b87-4163-9720-4edcacc969bf" text="public abstract partial class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pabparcba" description="public abstract partial class : ba" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="base" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="c0a826c2-d862-4911-8ea0-e067406dbdd2" text="public partial class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparc" description="public partial class" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="1f503f71-45b6-4d7e-9b56-2d4998f2e85b" text="public partial class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparcba" description="public partial class : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PublicAbstractClass">
              <Template uid="a7043a91-5786-49de-bfd0-6b34dbae6b33" text="public abstract class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pabcba" description="public abstract class : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="0778e241-7d80-4074-aa56-4bbe88c1edf7" text="public abstract class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pabc" description="public abstract class" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="ee25da18-b6e0-4ddc-978b-53dc04e4ace1" text="public class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pcba" description="public class : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="8873b5c0-592a-458a-920d-5dbe84e39700" text="public class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pc" description="public class" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PartialClass">
            <Template uid="04d64bce-e19b-4939-86c5-38bfd93de173" text="partial class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="parc" description="partial class" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="ce68713b-13d5-4f5d-9b0c-f1758adddfe3" text="partial class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="parcba" description="partial class : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="AbstractClass">
            <Template uid="7a438c3a-3fd3-4f0b-9a37-3eba1d19f823" text="abstract class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="abc" description="abstract class" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="5cd17254-cfcc-48bc-8ad4-60241faaaef8" text="abstract class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="abcba" description="abstract class : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="StaticClass">
            <Folder name="PublicStaticClass">
              <Folder name="PublicStaticPartial">
                <Template uid="306ae985-0bfa-4217-aeb3-8c34668316db" text="public static partial class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="psparc" description="public static partial class" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="4c560c95-280d-4a48-940d-49069c7316d5" text="public static class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="psc" description="public static class" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="StaticPartialClass">
              <Template uid="ea952c79-7e53-443a-a331-8182781e3345" text="static partial class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="sparc" description="static partial class" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="818977c6-9aa5-44fa-9adf-cca666dc33de" text="static class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="sc" description="static class" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="265e2f47-1d2d-4459-86e1-4aa058de63cf" text="class $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="c" description="class" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="1433148d-53ea-403e-8883-aac742058160" text="class $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="cba" description="class : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Interface">
          <Folder name="PublicInterface">
            <Folder name="PublicPartialInterface">
              <Template uid="c0a826c2-d862-4911-8ea0-e067406dbdd2" text="public partial interface $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="ppari" description="public partial interface" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="1f503f71-45b6-4d7e-9b56-2d4998f2e85b" text="public partial interface $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="ppariba" description="public partial interface : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="ee25da18-b6e0-4ddc-978b-53dc04e4ace1" text="public interface $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="piba" description="public interface : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="8873b5c0-592a-458a-920d-5dbe84e39700" text="public interface $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pi" description="public interface" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PartialInterface">
            <Template uid="04d64bce-e19b-4939-86c5-38bfd93de173" text="partial interface $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pari" description="partial interface" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="ce68713b-13d5-4f5d-9b0c-f1758adddfe3" text="partial interface $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pariba" description="partial interface : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="265e2f47-1d2d-4459-86e1-4aa058de63cf" text="interface $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="i" description="interface" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="1433148d-53ea-403e-8883-aac742058160" text="interface $name$ : $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="iba" description="interface : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Enum">
          <Folder name="PublicEnum">
            <Folder name="PublicFlagsEnum">
              <Template uid="f3d2384e-addf-4a06-9444-8fe035792db2" text="[Flags]&#xD;&#xA;public enum $name$&#xD;&#xA;{&#xD;&#xA;};" shortcut="pfle" description="public Flags enum" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="4b9ac5ac-57fe-494f-9191-0996e77dffc2" text="[Flags]&#xD;&#xA;public enum $name$ : $base$&#xD;&#xA;{&#xD;&#xA;};" shortcut="pfleba" description="public Flags enum : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e7954fb8-25f7-4dd2-8d22-1854ff9bfdd8" text="public enum $name$ : $base$&#xD;&#xA;{&#xD;&#xA;};" shortcut="peba" description="public enum : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="9176cd07-1776-4628-92e7-23f1bca6722e" text="public enum $name$&#xD;&#xA;{&#xD;&#xA;};" shortcut="pe" description="public enum" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="FlagsEnum">
            <Template uid="fd1624cb-1d5d-4950-a58a-e882b473bc14" text="[Flags]&#xD;&#xA;enum $name$&#xD;&#xA;{&#xD;&#xA;};" shortcut="fle" description="Flags enum" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="0fa3f44b-e231-4cf9-855c-13f4a84e57ad" text="[Flags]&#xD;&#xA;enum $name$ : $base$&#xD;&#xA;{&#xD;&#xA;};" shortcut="fleba" description="Flags enum : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="37d61f33-b9f1-45aa-88cd-e05b9c3d562c" text="enum $name$&#xD;&#xA;{&#xD;&#xA;};" shortcut="e" description="enum" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="afa881c3-8629-4cf5-bf0d-ea4a17fa95ed" text="enum $name$ : $base$&#xD;&#xA;{&#xD;&#xA;};" shortcut="eba" description="enum : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Attribute">
          <Folder name="PublicAttribute">
            <Folder name="PublicPartialAttribute">
              <Template uid="23b44979-b171-491d-97dc-2edeb2abf547" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;public partial class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="ppara" description="public partial attriubte" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="All" expression="" initialRange="0" />
                  <Variable name="true1" expression="" initialRange="0" />
                  <Variable name="true2" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="bfc911cb-9057-468c-867a-fcd11e23bc08" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;public partial class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparaba" description="public partial attriubte : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="All" expression="" initialRange="0" />
                  <Variable name="true1" expression="" initialRange="0" />
                  <Variable name="true2" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="e6c7c040-ec72-4135-baef-1208e7323a28" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;public partial class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparma" description="public partial multiple attriubte" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="All" expression="" initialRange="0" />
                  <Variable name="true" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="f64562e9-0e14-4b88-af73-6ecee79e6315" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;public partial class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparmaba" description="public partial multiple attriubte : base" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="All" expression="" initialRange="0" />
                  <Variable name="true" expression="" initialRange="0" />
                  <Variable name="base" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="a8985bc9-450c-432d-8b59-124d4236bbfc" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;public partial class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="pparsa" description="public partial single attriubte" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="All" expression="" initialRange="0" />
                  <Variable name="true" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="3ce0bd00-8a62-47e1-8b47-848b52ccba06" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;public class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="pa" description="public attriubte" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true1" expression="" initialRange="0" />
                <Variable name="true2" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="493fc261-a845-4dc3-b871-2e3f43debc47" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;public class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="pma" description="public multiple attriubte" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="0873f10c-f676-42da-8f05-6c7118ccb3b4" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;public class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="psa" description="public single attriubte" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="3c957757-ab97-414d-8cce-8a5d39ff8bc1" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;public class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="paba" description="public attriubte : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true1" expression="" initialRange="0" />
                <Variable name="true2" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="21568f45-3d29-4efa-ae2f-5ca578a2a3ea" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;public class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="pmaba" description="public multiple attriubte : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="3ecacc12-051b-4a23-997b-e47f2474121f" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;public class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="psaba" description="public single attriubte : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PartialAttribute">
            <Template uid="98f3d640-f454-4190-8100-1a7a6a949a21" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;partial class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="para" description="partial attriubte" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true1" expression="" initialRange="0" />
                <Variable name="true2" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="0413bdf9-5561-40f5-80cb-74fd45935558" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;partial class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="parma" description="partial multiple attriubte" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="64584955-0318-49bf-a5f8-c0bf05c2dc97" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;partial class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="parsa" description="partial single attriubte" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="64b30e40-d14e-4217-9301-32d31f56c53b" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;partial class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="paraba" description="partial attriubte : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true1" expression="" initialRange="0" />
                <Variable name="true2" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="edd025de-a50b-48f3-ae08-efdbb9430ed0" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;partial class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="parmaba" description="partial multiple attriubte : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="7efb2af4-44c1-4412-b7f1-aa17ef071e63" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;partial class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="parsaba" description="partial single attriubte : base" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="All" expression="" initialRange="0" />
                <Variable name="true" expression="" initialRange="0" />
                <Variable name="base" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="ecc207d3-bc58-4c3d-95c3-aad022df4943" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="a" description="attriubte" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="All" expression="" initialRange="0" />
              <Variable name="true1" expression="" initialRange="0" />
              <Variable name="true2" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="cfa70bb0-1e31-45db-aca6-a83306774a44" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="ma" description="multiple attriubte" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="All" expression="" initialRange="0" />
              <Variable name="true" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="1cf6000e-3bed-42f3-a8ff-88edcd0e81e5" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;class $name$Attribute : System.Attribute&#xD;&#xA;{&#xD;&#xA;}" shortcut="sa" description="single attriubte" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="All" expression="" initialRange="0" />
              <Variable name="true" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="12001e7a-5625-4667-a8f4-bbfd27653bae" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = $true1$, Inherited = $true2$)]&#xD;&#xA;class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="aba" description="attriubte : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="All" expression="" initialRange="0" />
              <Variable name="true1" expression="" initialRange="0" />
              <Variable name="true2" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="59913d26-b9e4-41dc-8aad-93e49775a20d" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = true, Inherited = $true$)]&#xD;&#xA;class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="maba" description="multiple attriubte : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="All" expression="" initialRange="0" />
              <Variable name="true" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="95137fb5-d354-412d-bfff-6b129a53d1f6" text="[AttributeUsage(AttributeTargets.$All$, AllowMultiple = false, Inherited = $true$)]&#xD;&#xA;class $name$Attribute : System.Attribute, $base$&#xD;&#xA;{&#xD;&#xA;}" shortcut="saba" description="single attriubte : base" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="All" expression="" initialRange="0" />
              <Variable name="true" expression="" initialRange="0" />
              <Variable name="base" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
      </Folder>
      <Folder name="LiteralKeyword">
        <Folder name="True">
          <Template uid="eee86019-3dc7-412e-a06c-a37cc0fb6a07" text="true" shortcut="tr" description="true" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="8baeea8f-10c4-42a4-ab44-59d0601ea2be" text="= true;" shortcut="tra" description="= true;(TrueAssignment)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="False">
          <Template uid="024cd19c-6a30-4e49-9d6a-a8cf8bda2bba" text="false" shortcut="fa" description="false" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="086d9e26-57c2-482f-9ba6-7eefb557585e" text="= false;" shortcut="faa" description="= false;(FalseAsignment)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Default">
          <Template uid="da4a4190-7fc8-4398-b609-2c3a2072d01a" text="default($name$)" shortcut="def" description="default()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="737eaeec-12e3-4a48-b8a7-2afc42804c84" text="= default($name$);" shortcut="defa" description="= default();(DefaultAssignment)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Null">
          <Template uid="26adfb7c-c2fb-416b-ba1e-d75ef9d4c538" text="null" shortcut="nu" description="null" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="f3f01476-e237-4d99-8835-ef5e6cc1c229" text="= null;" shortcut="nua" description="= null;(NullAssignment)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
      </Folder>
      <Folder name="Type">
        <Folder name="Collection">
          <Folder name="List">
            <Template uid="d2ff79c1-e63b-434a-8f5f-06a40f7ce49c" text="List&lt;string&gt;" shortcut="stli" description="List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="e20d5940-dd95-48d1-b5d7-f7b6406d99c2" text="List&lt;$Name$&gt;" shortcut="li" description="List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="Name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Dictionary">
            <Template uid="9e2e839b-a759-42af-82b6-c240fbd10465" text="Dictionary&lt;$name1$, $name2$&gt;&#xD;&#xA;" shortcut="dic" description="Dictionary&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name1" expression="" initialRange="0" />
                <Variable name="name2" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="9bc8cd2d-c863-4d00-bad1-2540cc37ac40" text="Dictionary&lt;string, $name$&gt;&#xD;&#xA;" shortcut="stdic" description="Dictionary&lt;string, TValue&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="HashSet">
            <Template uid="f0ef6a58-6687-4db4-9d8c-5414cebf4105" text="HashSet&lt;$name1$&gt;" shortcut="hs" description="HashSet&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name1" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="e95c6b9a-1004-4a76-b9fe-ded56240ae70" text="HashSet&lt;string&gt;" shortcut="sths" description="HashSet&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Queue">
            <Template uid="d5fe5e5c-79de-42b3-b868-d00bc7d09b4d" text="Queue&lt;$name$&gt;" shortcut="qu" description="Queue&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="5c8cacd8-5f5e-41cf-a41c-d947fba89dfa" text="Queue&lt;string&gt;" shortcut="stqu" description="Queue&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Array">
            <Template uid="a2b31977-65b0-45f2-a932-4c7a051e4263" text="$type$[]" shortcut="ar" description="T[]" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="d1dc308f-0ba0-4449-9c81-0c382fb143f0" text="string[]" shortcut="star" description="string[]" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="98e1d083-cf94-4175-adf2-ceee081a5101" text="char[]" shortcut="char" description="char[]" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="14005f79-0dc2-40cb-9f05-90123da3830e" text="KeyedByTypedCollection&lt;$name$&gt;" shortcut="kbtc" description="KeyedByTypedCollection&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Exception">
          <Template uid="a7e31648-443c-40f7-ad8f-c3c83f34fa96" text="ArgumentNullException" shortcut="anex" description="ArgumentNullException" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="87a9c72d-8b03-4e7d-b572-f5f630e0d905" text="ArgumentException" shortcut="arex" description="ArgumentException" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="89031c37-ddcb-45a5-a663-04a84e063bb9" text="ArgumentOutOfRangeException" shortcut="arox" description="ArgumentOutOfRangeException" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="38c1db6f-d0bc-4b68-bfff-1956ac4375b7" text="InvalidOperationException" shortcut="inex" description="InvalidOperationException" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="cdf827f1-fef0-4b4f-8ff0-c74060b5eff7" text="NotImplementedException" shortcut="nix" description="NotImplementedException" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="8a58e6ee-7074-44b9-881f-a1cd839ea375" text="NotSupportedException" shortcut="nose" description="NotSupportedException" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Template uid="81e19b36-d8f3-41cc-8854-238640300abd" text="bool" shortcut="b" description="bool" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="1cd88adb-4b17-4489-a73b-b81adfda8aeb" text="string" shortcut="st" description="string" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="d8aae861-bce6-45f0-8408-4ea1c7dbe581" text="void" shortcut="v" description="void" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="6961370f-b4f9-479c-ab2f-9c0d8109ca41" text="object" shortcut="ob" description="object" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="12629055-08da-42a8-8195-f98f5e6c2c39" text="char" shortcut="ch" description="char" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="04299879-3411-48a4-849d-7231d3e92245" text="byte" shortcut="by" description="byte" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="6f862ce7-2e30-4df8-bcd2-dbcd3efd0ddf" text="short" shortcut="sh" description="short" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="fb2942f4-7bd3-4072-a5ca-3f22f7787520" text="long" shortcut="lon" description="long" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="b741e3dd-24d7-4989-becd-ca6d231955de" text="sbyte" shortcut="sby" description="sbyte" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="d2110bdf-fed6-4c65-a2c2-5e1b0b6c61d1" text="ushort" shortcut="ush" description="ushort" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="5c80e85f-9853-43da-88ce-0d9d1dd83f0d" text="int" shortcut="w" description="int(Whole number)" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="3cce46cc-c2d3-4786-ae0a-c670187863c8" text="uint" shortcut="uw" description="uint(Unsigned Whole number)" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="018e9485-a455-424a-a4c3-8cb242be75b1" text="ulong" shortcut="ulon" description="ulong" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="78797c15-81e9-4909-b7af-cb85c86d4017" text="float" shortcut="fl" description="float" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="4d25dbb7-bab0-46a1-9fa1-cd9e4c7c3627" text="double" shortcut="dou" description="dou" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="444a7cb5-4095-4463-81a5-27783f696d32" text="decimal" shortcut="de" description="decimal" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="NamespaceKeyword">
        <Folder name="Using">
          <Template uid="e2714c2d-409d-401a-9af0-47315694b607" text="using $aliase$ = $name$;" shortcut="usal" description="using alias" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
              <Variable name="aliase" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="855ead50-3dbc-4d1c-a6fa-1791528c8378" text="using $name$;" shortcut="us" description="using" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Template uid="f16cd79f-e143-4752-afdf-75e87dc373fd" text="namespace $name$&#xD;&#xA;{&#xD;&#xA;}" shortcut="ns" description="namespace" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables>
            <Variable name="name" expression="" initialRange="0" />
          </Variables>
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="OperatorKeyword">
        <Template uid="4ac6296e-9fe1-4d87-b760-e715b1b68952" text="typeof($name$)" shortcut="to" description="typeof()" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables>
            <Variable name="name" expression="" initialRange="0" />
          </Variables>
          <CustomProperties />
        </Template>
        <Template uid="99634fe1-f594-492e-8e97-ce38f006cc3c" text="sizeof($name$)" shortcut="so" description="sizeof()" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables>
            <Variable name="name" expression="" initialRange="0" />
          </Variables>
          <CustomProperties />
        </Template>
        <Template uid="324f7cb0-b937-415e-bf33-56b19bc14748" text="new" shortcut="n" description="new" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="Modifier">
        <Folder name="AccessModifier">
          <Folder name="Public">
            <Template uid="f470378e-6ec5-4892-8e06-4393529d9af9" text="public" shortcut="p" description="public" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="742fbfc8-662f-47a6-acf9-260e44030938" text="public static" shortcut="ps" description="public static" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="3b283f77-4de9-4a00-bf31-2e8822eefdb2" text="public partial" shortcut="ppar" description="public partial" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ca11112a-41b8-4c1f-a289-3d92c0f31b66" text="public static partial" shortcut="pspar" description="public static partial" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Private">
            <Template uid="bc75520e-03fe-406f-bdbc-300de7f13a72" text="private" shortcut="pr" description="private" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="df2b12f9-c82a-464d-83f8-73e7162336cf" text="private static" shortcut="prs" description="private static" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Internal">
            <Template uid="b0150bb7-d290-4d4e-8a18-45b85b3b4c16" text="internal" shortcut="it" description="internal" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="b916be39-4b4e-408d-b3d7-9e3f14040b85" text="internal static" shortcut="its" description="internal static" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f33a2f2b-97ad-4c8b-b8d8-c3d322985614" text="internal partial" shortcut="itpar" description="internal partial" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="3d9c51d1-282a-45cc-8a68-40bd87067c6f" text="internal static partial" shortcut="itspar" description="internal static partial" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Protected">
            <Template uid="c22325b4-7211-49bd-8584-bfc757be52a4" text="protected" shortcut="pro" description="protected" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedInternal">
            <Template uid="2f55301d-a9d5-466f-95cc-fae30960a837" text="protected internal" shortcut="proit" description="protected internal" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="SealedAccessModifier">
            <Folder name="Public">
              <Template uid="f470378e-6ec5-4892-8e06-4393529d9af9" text="sealed public" shortcut="sep" description="sealed public" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="742fbfc8-662f-47a6-acf9-260e44030938" text="sealed public static" shortcut="seps" description="sealed public static" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="3b283f77-4de9-4a00-bf31-2e8822eefdb2" text="sealed public partial" shortcut="seppar" description="sealed public partial" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="ca11112a-41b8-4c1f-a289-3d92c0f31b66" text="sealed public static partial" shortcut="sepspar" description="sealed public static partial" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="Private">
              <Template uid="bc75520e-03fe-406f-bdbc-300de7f13a72" text="sealed private" shortcut="sepr" description="sealed private" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="df2b12f9-c82a-464d-83f8-73e7162336cf" text="sealed private static" shortcut="seprs" description="sealed private static" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="Internal">
              <Template uid="b0150bb7-d290-4d4e-8a18-45b85b3b4c16" text="sealed internal" shortcut="seit" description="sealed internal" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="b916be39-4b4e-408d-b3d7-9e3f14040b85" text="sealed internal static" shortcut="seits" description="sealed internal static" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f33a2f2b-97ad-4c8b-b8d8-c3d322985614" text="sealed internal partial" shortcut="seitpar" description="sealed internal partial" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="3d9c51d1-282a-45cc-8a68-40bd87067c6f" text="sealed internal static partial" shortcut="seitspar" description="sealed internal static partial" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="Protected">
              <Template uid="c22325b4-7211-49bd-8584-bfc757be52a4" text="sealed protected" shortcut="sepro" description="sealed protected" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedInternal">
              <Template uid="2f55301d-a9d5-466f-95cc-fae30960a837" text="sealed protected internal" shortcut="seproit" description="sealed protected internal" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
          </Folder>
        </Folder>
        <Template uid="1558e1aa-f7a9-49d2-84df-579a0a9ec3ac" text="abstract" shortcut="ab" description="abstract" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="58ddefe0-cf05-45c8-bb4a-d8bdd809f280" text="override" shortcut="o" description="override" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="7ec0413f-e536-4f0a-97d1-b12891196367" text="static" shortcut="s" description="static" reformat="false" shortenQualifiedReferences="false">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="ec219755-3acc-43d4-90ae-95c82544edc2" text="virtual" shortcut="vi" description="virtual" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="ab2dd140-1e8d-41ae-8c21-beb5e996992a" text="sealed" shortcut="se" description="sealed" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="8b2b636c-b560-4525-b301-e3e47b9c30bb" text="readonly" shortcut="ro" description="readonly" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="c4ea7d04-e779-492f-ac30-aaa52af83960" text="const" shortcut="co" description="const" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="a0ea57b2-bcf8-4c01-81fe-7dce75666937" text="fixed" shortcut="fix" description="fixed" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="StatementType">
        <Folder name="JumpStatement">
          <Folder name="Return">
            <Template uid="f2776009-d848-4244-b14a-d8a195c68bcf" text="return" shortcut="r" description="return" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="030ab4fd-4600-4bc0-9331-2234776924ff" text="return false;" shortcut="rfa" description="return false;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="641d8442-4c6a-4550-a8fb-0c13e3c83631" text="return true;" shortcut="rtr" description="return true;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="1cb1ab8b-29a1-4e81-ac5b-f93991e57d58" text="return result;" shortcut="rres" description="return result;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="194facc4-0f8f-4ea4-b01b-4381adb73f69" text="return new" shortcut="rn" description="return new" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="a0d05415-31e2-48a1-b068-ba9bd74e884f" text="break;" shortcut="br" description="break;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="1f1b146f-8555-4cbe-afe9-5863a3c582d8" text="continue;" shortcut="con" description="continue;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="UsingStatement">
          <Template uid="86fcefd9-9282-476c-af60-225c1c3d56db" text="using($END$)&#xD;&#xA;{&#xD;&#xA;}" shortcut="uss" description="using()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="LockStatement">
          <Template uid="504be74d-0930-4ebb-b5b8-b41abcd07273" text="lock($END$)&#xD;&#xA;{&#xD;&#xA;}" shortcut="lo" description="lock()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="ExceptionHandlingStatement">
          <Template uid="a8ad3843-f0a9-41f0-9d5d-f4e672649380" text="throw" shortcut="t" description="throw" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="5f360455-bdb4-4530-85a0-a7cc0c338e29" text="throw new" shortcut="tn" description="throw new" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
      </Folder>
      <Folder name="MemberDefinition">
        <Folder name="PublicType">
          <Folder name="PublicStaticType">
            <Folder name="PublicStaticList">
              <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="public static List&lt;string&gt; " shortcut="psstli" description="public static List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="public static List&lt;$Type$&gt; " shortcut="psli" description="public static List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PublicStaticNew">
              <Folder name="PublicStaticNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public static new List&lt;$Type$&gt; " shortcut="psnli" description="public static new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public static new List&lt;string&gt; " shortcut="psnstli" description="public static new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="public static new" shortcut="psn" description="public static new" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public static new string" shortcut="psnst" description="public static new string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public static new bool" shortcut="psnb" description="public static new bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public static new void" shortcut="psnv" description="public static new void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="public static bool" shortcut="psb" description="public static bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="public static object" shortcut="psob" description="public static object" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="public static string" shortcut="psst" description="public static string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="public static void" shortcut="psv" description="public static void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PublicVirtual">
            <Folder name="PublicVirtualList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public virtual List&lt;$Type$&gt; " shortcut="pvili" description="public virtual List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public virtual List&lt;string&gt; " shortcut="pvistli" description="public virtual List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="public virtual" shortcut="pvi" description="public virtual" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public virtual string" shortcut="pvist" description="public virtual string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public virtual bool" shortcut="pvib" description="public virtual bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public virtual void" shortcut="pviv" description="public virtual void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PublicOverride">
            <Folder name="PublicOverrideList">
              <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="public override List&lt;$Type$&gt; " shortcut="poli" description="public override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="public override List&lt;string&gt; " shortcut="postli" description="public override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="SealedPublicOverride">
              <Folder name="SealedPublicOverrideList">
                <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="sealed public override List&lt;$Type$&gt; " shortcut="sepoli" description="sealed public override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="sealed public override List&lt;string&gt; " shortcut="sepostli" description="sealed public override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="sealed public override" shortcut="sepo" description="sealed public override" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="sealed public override string" shortcut="sepost" description="sealed public override string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="sealed public override bool" shortcut="sepob" description="sealed public override bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="sealed public override void" shortcut="sepov" description="sealed public override void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="public override" shortcut="po" description="public override" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="public override string" shortcut="post" description="public override string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="public override bool" shortcut="pob" description="public override bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="public override void" shortcut="pov" description="public override void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PublicNew">
            <Folder name="PublicNewList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public new List&lt;$Type$&gt; " shortcut="pnli" description="public new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public new List&lt;string&gt; " shortcut="pnstli" description="public new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="public new" shortcut="pn" description="public new" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public new string" shortcut="pnst" description="public new string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public new bool" shortcut="pnb" description="public new bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public new void" shortcut="pnv" description="public new void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PublicList">
            <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="public List&lt;string&gt; " shortcut="pstli" description="public List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="public List&lt;$Type$&gt; " shortcut="pli" description="public List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="Type" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="public bool" shortcut="pb" description="public bool" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="public string" shortcut="pst" description="public string" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="d2f8d064-0ece-4cbd-a2e0-724655bef1ae" text="public void" shortcut="pv" description="public void" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="ProtectedType">
          <Folder name="ProtectedStaticType">
            <Folder name="ProtectedStaticList">
              <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="protected static List&lt;string&gt; " shortcut="prosstli" description="protected static List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="protected static List&lt;$Type$&gt; " shortcut="prosli" description="protected static List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedStaticNew">
              <Folder name="ProtectedStaticNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected static new List&lt;$Type$&gt; " shortcut="prosnli" description="protected static new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected static new List&lt;string&gt; " shortcut="prosnstli" description="protected static new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="protected static new" shortcut="prosn" description="protected static new" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected static new string" shortcut="prosnst" description="protected static new string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected static new bool" shortcut="prosnb" description="protected static new bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected static new void" shortcut="prosnv" description="protected static new void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="protected static bool" shortcut="prosb" description="protected static bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="protected static object" shortcut="prosob" description="protected static object" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="protected static string" shortcut="prosst" description="protected static string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="protected static void" shortcut="prosv" description="protected static void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedVirtual">
            <Folder name="ProtectedVirtualList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected virtual List&lt;$Type$&gt; " shortcut="provili" description="protected virtual List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected virtual List&lt;string&gt; " shortcut="provistli" description="protected virtual List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="protected virtual" shortcut="provi" description="protected virtual" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected virtual string" shortcut="provist" description="protected virtual string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected virtual bool" shortcut="provib" description="protected virtual bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected virtual void" shortcut="proviv" description="protected virtual void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedOverride">
            <Folder name="ProtectedOverrideList">
              <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="protected override List&lt;$Type$&gt; " shortcut="prooli" description="protected override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="protected override List&lt;string&gt; " shortcut="proostli" description="protected override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="SealedProtectedOverride">
              <Folder name="SealedProtectedOverrideList">
                <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="sealed protected override List&lt;$Type$&gt; " shortcut="seprooli" description="sealed protected override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="sealed protected override List&lt;string&gt; " shortcut="seproostli" description="sealed protected override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="sealed protected override" shortcut="seproo" description="sealed protected override" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="sealed protected override string" shortcut="seproost" description="sealed protected override string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="sealed protected override bool" shortcut="seproob" description="sealed protected override bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="sealed protected override void" shortcut="seproov" description="sealed protected override void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="protected override" shortcut="proo" description="protected override" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="protected override string" shortcut="proost" description="protected override string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="protected override bool" shortcut="proob" description="protected override bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="protected override void" shortcut="proov" description="protected override void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedNew">
            <Folder name="ProtectedNewList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected new List&lt;$Type$&gt; " shortcut="pronli" description="protected new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected new List&lt;string&gt; " shortcut="pronstli" description="protected new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="protected new" shortcut="pron" description="protected new" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected new string" shortcut="pronst" description="protected new string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected new bool" shortcut="pronb" description="protected new bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected new void" shortcut="pronv" description="protected new void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedList">
            <Template uid="fdc24f20-0fa8-4064-8dfd-0afca2c53dbe" text="protected List&lt;string&gt; " shortcut="prostli" description="protected List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="c1029410-f655-4e01-afc6-38fc11974880" text="protected List&lt;$Type$&gt; " shortcut="proli" description="protected List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="Type" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="35a0a6c1-0cd5-4f67-98f7-ce627d362131" text="protected bool" shortcut="prob" description="protected bool" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="686ad9bf-e925-41af-b068-f59d5c59ff81" text="protected string" shortcut="prost" description="protected string" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="f9a1d67e-b57b-490e-a47a-86ba2bec5ab4" text="protected void" shortcut="prov" description="protected void" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="InternalType">
          <Folder name="InternalStaticType">
            <Folder name="InternalStaticList">
              <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="internal static List&lt;string&gt; " shortcut="itsstli" description="internal static List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="internal static List&lt;$Type$&gt; " shortcut="itsli" description="internal static List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="InternalStaticNew">
              <Folder name="InternalStaticNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="internal static new List&lt;$Type$&gt; " shortcut="itsnli" description="internal static new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="internal static new List&lt;string&gt; " shortcut="itsnstli" description="internal static new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="internal static new" shortcut="itsn" description="internal static new" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="internal static new string" shortcut="itsnst" description="internal static new string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="internal static new bool" shortcut="itsnb" description="internal static new bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="internal static new void" shortcut="itsnv" description="internal static new void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="internal static bool" shortcut="itsb" description="internal static bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="internal static object" shortcut="itsob" description="internal static object" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="internal static string" shortcut="itsst" description="internal static string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="internal static void" shortcut="itsv" description="internal static void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="InternalVirtual">
            <Folder name="InternalVirtualList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="internal virtual List&lt;$Type$&gt; " shortcut="itvili" description="internal virtual List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="internal virtual List&lt;string&gt; " shortcut="itvistli" description="internal virtual List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="internal virtual" shortcut="itvi" description="internal virtual" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="internal virtual string" shortcut="itvist" description="internal virtual string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="internal virtual bool" shortcut="itvib" description="internal virtual bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="internal virtual void" shortcut="itviv" description="internal virtual void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="InternalOverride">
            <Folder name="InternalOverrideList">
              <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="internal override List&lt;$Type$&gt; " shortcut="itoli" description="internal override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="internal override List&lt;string&gt; " shortcut="itostli" description="internal override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="SealedInternalOverride">
              <Folder name="SealedInternalOverrideList">
                <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="sealed internal override List&lt;$Type$&gt; " shortcut="seitoli" description="sealed internal override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="sealed internal override List&lt;string&gt; " shortcut="seitostli" description="sealed internal override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="sealed internal override" shortcut="seito" description="sealed internal override" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="sealed internal override string" shortcut="seitost" description="sealed internal override string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="sealed internal override bool" shortcut="seitob" description="sealed internal override bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="sealed internal override void" shortcut="seitov" description="sealed internal override void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="internal override" shortcut="ito" description="internal override" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="internal override string" shortcut="itost" description="internal override string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="internal override bool" shortcut="itob" description="internal override bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="internal override void" shortcut="itov" description="internal override void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="InternalNew">
            <Folder name="InternalNewList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="internal new List&lt;$Type$&gt; " shortcut="itnli" description="internal new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="internal new List&lt;string&gt; " shortcut="itnstli" description="internal new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="internal new" shortcut="itn" description="internal new" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="internal new string" shortcut="itnst" description="internal new string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="internal new bool" shortcut="itnb" description="internal new bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="internal new void" shortcut="itnv" description="internal new void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="InternalList">
            <Template uid="2def662e-ee5d-45bd-816a-f5e912e2c740" text="internal List&lt;string&gt; " shortcut="itstli" description="internal List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="394dbb6a-f14d-4e6e-b68e-85e31819a0a5" text="internal List&lt;$Type$&gt; " shortcut="itli" description="&quot;internal List&lt;&gt;&quot; laps over &quot;Iterate a IList&lt;T&gt;&quot; in Resharper" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="Type" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="8371d02e-0507-410a-a447-2598047abf61" text="internal bool" shortcut="itb" description="internal bool" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="30dd8f5d-d385-4a0e-9717-4782e0cd1ce0" text="internal string" shortcut="itst" description="internal string" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="28aca530-8123-4a65-b253-977ef68e95b5" text="internal void" shortcut="itv" description="internal void" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="ProtectedInternalType">
          <Folder name="ProtectedInternalStaticType">
            <Folder name="ProtectedInternalStaticList">
              <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="protected internal static List&lt;string&gt; " shortcut="proitsstli" description="protected internal static List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="protected internal static List&lt;$Type$&gt; " shortcut="proitsli" description="protected internal static List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedInternalStaticNew">
              <Folder name="ProtectedInternalStaticNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal static new List&lt;$Type$&gt; " shortcut="proitsnli" description="protected internal static new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal static new List&lt;string&gt; " shortcut="proitsnstli" description="protected internal static new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="protected internal static new" shortcut="proitsn" description="protected internal static new" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal static new string" shortcut="proitsnst" description="protected internal static new string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal static new bool" shortcut="proitsnb" description="protected internal static new bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal static new void" shortcut="proitsnv" description="protected internal static new void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="protected internal static bool" shortcut="proitsb" description="protected internal static bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="protected internal static object" shortcut="proitsob" description="protected internal static object" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="protected internal static string" shortcut="proitsst" description="protected internal static string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="protected internal static void" shortcut="proitsv" description="protected internal static void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedInternalVirtual">
            <Folder name="ProtectedInternalVirtualList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal virtual List&lt;$Type$&gt; " shortcut="proitvili" description="protected internal virtual List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal virtual List&lt;string&gt; " shortcut="proitvistli" description="protected internal virtual List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="protected internal virtual" shortcut="proitvi" description="protected internal virtual" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal virtual string" shortcut="proitvist" description="protected internal virtual string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal virtual bool" shortcut="proitvib" description="protected internal virtual bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal virtual void" shortcut="proitviv" description="protected internal virtual void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedInternalOverride">
            <Folder name="ProtectedInternalOverrideList">
              <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="protected internal override List&lt;$Type$&gt; " shortcut="proitoli" description="protected internal override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="protected internal override List&lt;string&gt; " shortcut="proitostli" description="protected internal override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="SealedProtectedInternalOverride">
              <Folder name="SealedProtectedInternalOverrideList">
                <Template uid="d42cb825-9c91-4a09-b601-4fe026b86a5a" text="sealed protected internal override List&lt;$Type$&gt; " shortcut="seproitoli" description="sealed protected internal override List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="f5d42a95-77c7-4dce-a2ca-ba28f1944c23" text="sealed protected internal override List&lt;string&gt; " shortcut="seproitostli" description="sealed protected internal override List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="sealed protected internal override" shortcut="seproito" description="sealed protected internal override" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="sealed protected internal override string" shortcut="seproitost" description="sealed protected internal override string" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="sealed protected internal override bool" shortcut="seproitob" description="sealed protected internal override bool" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="sealed protected internal override void" shortcut="seproitov" description="sealed protected internal override void" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="cf4a0dd0-3f1c-4e1f-9646-d2efda3e3b8c" text="protected internal override" shortcut="proito" description="protected internal override" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="2bdf7fc2-f80d-46b4-a0c6-a324331d8df6" text="protected internal override string" shortcut="proitost" description="protected internal override string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cbdbfece-53bd-4b20-9a77-c2fcc7d67fed" text="protected internal override bool" shortcut="proitob" description="protected internal override bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23d1fbdd-b76b-4806-b3b1-cc1a284f1f2a" text="protected internal override void" shortcut="proitov" description="protected internal override void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedInternalNew">
            <Folder name="ProtectedInternalNewList">
              <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal new List&lt;$Type$&gt; " shortcut="proitnli" description="protected internal new List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal new List&lt;string&gt; " shortcut="proitnstli" description="protected internal new List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="e847a0a4-ecee-43a0-b7f8-fd284426f94d" text="protected internal new" shortcut="proitn" description="protected internal new" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal new string" shortcut="proitnst" description="protected internal new string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal new bool" shortcut="proitnb" description="protected internal new bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal new void" shortcut="proitnv" description="protected internal new void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedInternalList">
            <Template uid="6d0ac73b-f764-4738-b7ab-24990934d97f" text="protected internal List&lt;string&gt; " shortcut="proitstli" description="protected internal List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ec5b1252-a7d2-48f1-835e-e07d8c923780" text="protected internal List&lt;$Type$&gt; " shortcut="proitli" description="protected internal List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="Type" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="a8d921bf-9888-4d41-bd10-7a6f1b331521" text="protected internal bool" shortcut="proitb" description="protected internal bool" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="52d541f2-09f0-4d9d-bade-fe5066970017" text="protected internal string" shortcut="proitst" description="protected internal string" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="dcb2d822-fb3a-4f8e-ab38-df63f3e7069d" text="protected internal void" shortcut="proitv" description="protected internal void" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="PrivateType">
          <Folder name="PrivateStaticType">
            <Folder name="PrivateStaticList">
              <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="private static List&lt;string&gt; " shortcut="prsstli" description="private static List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="private static List&lt;$Type$&gt; " shortcut="prsli" description="private static List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="private static bool" shortcut="prsb" description="private static bool" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="private static object" shortcut="prsob" description="private static object" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="private static string" shortcut="prsst" description="private static string" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="private static void" shortcut="prsv" description="private static void" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PrivateList">
            <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="private List&lt;string&gt; " shortcut="prstli" description="private List&lt;string&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="private List&lt;$Type$&gt; " shortcut="prli" description="private List&lt;&gt;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="Type" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="private bool" shortcut="prb" description="private bool" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="private string" shortcut="prst" description="private string" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="d2f8d064-0ece-4cbd-a2e0-724655bef1ae" text="private void" shortcut="prv" description="private void" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Field">
          <Folder name="PublicType">
            <Folder name="PublicStaticType">
              <Folder name="PublicStaticList">
                <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="public static List&lt;string&gt;  $name$;" shortcut="psstlif" description="public static List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="public static List&lt;$Type$&gt;  $name$;" shortcut="pslif" description="public static List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="PublicStaticNew">
                <Folder name="PublicStaticNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public static new List&lt;$Type$&gt;  $name$;" shortcut="psnlif" description="public static new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public static new List&lt;string&gt;  $name$;" shortcut="psnstlif" description="public static new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public static new string $name$;" shortcut="psnstf" description="public static new string Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public static new bool $name$;" shortcut="psnbf" description="public static new bool Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public static new $type$ $name$;" shortcut="psnf" description="public static new Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="public static bool $name$;" shortcut="psbf" description="public static bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="public static object $name$;" shortcut="psobf" description="public static object Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="public static string $name$;" shortcut="psstf" description="public static string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="public static $type$ $name$;" shortcut="psf" description="public static Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PublicNew">
              <Folder name="PublicNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public new List&lt;$Type$&gt;  $name$;" shortcut="pnlif" description="public new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public new List&lt;string&gt;  $name$;" shortcut="pnstlif" description="public new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public new string $name$;" shortcut="pnstf" description="public new string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public new bool $name$;" shortcut="pnbf" description="public new bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public new $type$ $name$;" shortcut="pnf" description="public new Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PublicList">
              <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="public List&lt;string&gt;  $name$;" shortcut="pstlif" description="public List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="public List&lt;$Type$&gt;  $name$;" shortcut="plif" description="public List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="public bool $name$;" shortcut="pbf" description="public bool Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="public string $name$;" shortcut="pstf" description="public string Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="public $type$ $name$;" shortcut="pf" description="public Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PrivateType">
            <Folder name="PrivateStaticType">
              <Folder name="PrivateStaticList">
                <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="private static List&lt;string&gt;  $name$;" shortcut="prsstlif" description="private static List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="private static List&lt;$Type$&gt;  $name$;" shortcut="prslif" description="private static List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="PrivateStaticNew">
                <Folder name="PrivateStaticNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="private static new List&lt;$Type$&gt;  $name$;" shortcut="prsnlif" description="private static new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="private static new List&lt;string&gt;  $name$;" shortcut="prsnstlif" description="private static new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="private static new string $name$;" shortcut="prsnstf" description="private static new string Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="private static new bool $name$;" shortcut="prsnbf" description="private static new bool Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="private static new $type$ $name$;" shortcut="prsnf" description="private static new Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="private static bool $name$;" shortcut="prsbf" description="private static bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="private static object $name$;" shortcut="prsobf" description="private static object Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="private static string $name$;" shortcut="prsstf" description="private static string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="private static $type$ $name$;" shortcut="prsf" description="private static Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PrivateNew">
              <Folder name="PrivateNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="private new List&lt;$Type$&gt;  $name$;" shortcut="prnlif" description="private new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="private new List&lt;string&gt;  $name$;" shortcut="prnstlif" description="private new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="private new string $name$;" shortcut="prnstf" description="private new string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="private new bool $name$;" shortcut="prnbf" description="private new bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="private new $type$ $name$;" shortcut="prnf" description="private new Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PrivateList">
              <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="private List&lt;string&gt;  $name$;" shortcut="prstlif" description="private List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="private List&lt;$Type$&gt;  $name$;" shortcut="prlif" description="private List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="private bool $name$;" shortcut="prbf" description="private bool Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="private string $name$;" shortcut="prstf" description="private string Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="private $type$ $name$;" shortcut="prf" description="private Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedType">
            <Folder name="ProtectedStaticType">
              <Folder name="ProtectedStaticList">
                <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="protected static List&lt;string&gt;  $name$;" shortcut="prosstlif" description="protected static List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="protected static List&lt;$Type$&gt;  $name$;" shortcut="proslif" description="protected static List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="ProtectedStaticNew">
                <Folder name="ProtectedStaticNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected static new List&lt;$Type$&gt;  $name$;" shortcut="prosnlif" description="protected static new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected static new List&lt;string&gt;  $name$;" shortcut="prosnstlif" description="protected static new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected static new string $name$;" shortcut="prosnstf" description="protected static new string Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected static new bool $name$;" shortcut="prosnbf" description="protected static new bool Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected static new $type$ $name$;" shortcut="prosnf" description="protected static new Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="protected static bool $name$;" shortcut="prosbf" description="protected static bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="protected static object $name$;" shortcut="prosobf" description="protected static object Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="protected static string $name$;" shortcut="prosstf" description="protected static string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="protected static $type$ $name$;" shortcut="prosf" description="protected static Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedNew">
              <Folder name="ProtectedNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected new List&lt;$Type$&gt;  $name$;" shortcut="pronlif" description="protected new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected new List&lt;string&gt;  $name$;" shortcut="pronstlif" description="protected new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected new string $name$;" shortcut="pronstf" description="protected new string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected new bool $name$;" shortcut="pronbf" description="protected new bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected new $type$ $name$;" shortcut="pronf" description="protected new Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedList">
              <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="protected List&lt;string&gt;  $name$;" shortcut="prostlif" description="protected List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="protected List&lt;$Type$&gt;  $name$;" shortcut="prolif" description="protected List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="protected bool $name$;" shortcut="probf" description="protected bool Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="protected string $name$;" shortcut="prostf" description="protected string Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="protected $type$ $name$;" shortcut="prof" description="protected Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ProtectedInternalType">
            <Folder name="ProtectedInternalStaticType">
              <Folder name="ProtectedInternalStaticList">
                <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="protected internal static List&lt;string&gt;  $name$;" shortcut="proitsstlif" description="protected internal static List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="protected internal static List&lt;$Type$&gt;  $name$;" shortcut="proitslif" description="protected internal static List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="ProtectedInternalStaticNew">
                <Folder name="ProtectedInternalStaticNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal static new List&lt;$Type$&gt;  $name$;" shortcut="proitsnlif" description="protected internal static new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal static new List&lt;string&gt;  $name$;" shortcut="proitsnstlif" description="protected internal static new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal static new string $name$;" shortcut="proitsnstf" description="protected internal static new string Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal static new bool $name$;" shortcut="proitsnbf" description="protected internal static new bool Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal static new $type$ $name$;" shortcut="proitsnf" description="protected internal static new Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="protected internal static bool $name$;" shortcut="proitsbf" description="protected internal static bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="protected internal static object $name$;" shortcut="proitsobf" description="protected internal static object Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="protected internal static string $name$;" shortcut="proitsstf" description="protected internal static string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="protected internal static $type$ $name$;" shortcut="proitsf" description="protected internal static Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedInternalNew">
              <Folder name="ProtectedInternalNewList">
                <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal new List&lt;$Type$&gt;  $name$;" shortcut="proitnlif" description="protected internal new List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal new List&lt;string&gt;  $name$;" shortcut="proitnstlif" description="protected internal new List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal new string $name$;" shortcut="proitnstf" description="protected internal new string Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal new bool $name$;" shortcut="proitnbf" description="protected internal new bool Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal new $type$ $name$;" shortcut="proitnf" description="protected internal new Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedInternalList">
              <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="protected internal List&lt;string&gt;  $name$;" shortcut="proitstlif" description="protected internal List&lt;string&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="protected internal List&lt;$Type$&gt;  $name$;" shortcut="proitlif" description="protected internal List&lt;&gt; Field;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="Type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="protected internal bool $name$;" shortcut="proitbf" description="protected internal bool Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="protected internal string $name$;" shortcut="proitstf" description="protected internal string Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="protected internal $type$ $name$;" shortcut="proitf" description="protected internal Field;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="InitializedField">
            <Folder name="PublicType">
              <Folder name="PublicStaticType">
                <Folder name="PublicStaticList">
                  <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="public static List&lt;string&gt;  $name$ = $value$;" shortcut="psstlifi" description="public static List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="public static List&lt;$Type$&gt;  $name$ = $value$;" shortcut="pslifi" description="public static List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="PublicStaticNew">
                  <Folder name="PublicStaticNewList">
                    <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public static new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="psnlifi" description="public static new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables>
                        <Variable name="Type" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public static new List&lt;string&gt;  $name$ = $value$;" shortcut="psnstlifi" description="public static new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables />
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public static new string $name$ = $value$;" shortcut="psnstfi" description="public static new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public static new bool $name$ = $value$;" shortcut="psnbfi" description="public static new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public static new $type$ $name$ = $value$;" shortcut="psnfi" description="public static new Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="name" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="public static bool $name$ = $value$;" shortcut="psbfi" description="public static bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="public static object $name$ = $value$;" shortcut="psobfi" description="public static object Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="public static string $name$ = $value$;" shortcut="psstfi" description="public static string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="public static $type$ $name$ = $value$;" shortcut="psfi" description="public static Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="PublicNew">
                <Folder name="PublicNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="public new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="pnlifi" description="public new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="public new List&lt;string&gt;  $name$ = $value$;" shortcut="pnstlifi" description="public new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="public new string $name$ = $value$;" shortcut="pnstfi" description="public new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="public new bool $name$ = $value$;" shortcut="pnbfi" description="public new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="public new $type$ $name$ = $value$;" shortcut="pnfi" description="public new Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="PublicList">
                <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="public List&lt;string&gt;  $name$ = $value$;" shortcut="pstlifi" description="public List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="public List&lt;$Type$&gt;  $name$ = $value$;" shortcut="plifi" description="public List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="public bool $name$ = $value$;" shortcut="pbfi" description="public bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="public string $name$ = $value$;" shortcut="pstfi" description="public string Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="public $type$ $name$ = $value$;" shortcut="pfi" description="public Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="PrivateType">
              <Folder name="PrivateStaticType">
                <Folder name="PrivateStaticList">
                  <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="private static List&lt;string&gt;  $name$ = $value$;" shortcut="prsstlifi" description="private static List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="private static List&lt;$Type$&gt;  $name$ = $value$;" shortcut="prslifi" description="private static List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="PrivateStaticNew">
                  <Folder name="PrivateStaticNewList">
                    <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="private static new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="prsnlifi" description="private static new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables>
                        <Variable name="Type" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="private static new List&lt;string&gt;  $name$ = $value$;" shortcut="prsnstlifi" description="private static new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables />
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="private static new string $name$ = $value$;" shortcut="prsnstfi" description="private static new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="private static new bool $name$ = $value$;" shortcut="prsnbfi" description="private static new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="private static new $type$ $name$ = $value$;" shortcut="prsnfi" description="private static new Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="name" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="private static bool $name$ = $value$;" shortcut="prsbfi" description="private static bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="private static object $name$ = $value$;" shortcut="prsobfi" description="private static object Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="private static string $name$ = $value$;" shortcut="prsstfi" description="private static string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="private static $type$ $name$ = $value$;" shortcut="prsfi" description="private static Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="PrivateNew">
                <Folder name="PrivateNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="private new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="prnlifi" description="private new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="private new List&lt;string&gt;  $name$ = $value$;" shortcut="prnstlifi" description="private new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="private new string $name$ = $value$;" shortcut="prnstfi" description="private new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="private new bool $name$ = $value$;" shortcut="prnbfi" description="private new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="private new $type$ $name$ = $value$;" shortcut="prnfi" description="private new Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="PrivateList">
                <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="private List&lt;string&gt;  $name$ = $value$;" shortcut="prstlifi" description="private List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="private List&lt;$Type$&gt;  $name$ = $value$;" shortcut="prlifi" description="private List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="private bool $name$ = $value$;" shortcut="prbfi" description="private bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="private string $name$ = $value$;" shortcut="prstfi" description="private string Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="private $type$ $name$ = $value$;" shortcut="prfi" description="private Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedType">
              <Folder name="ProtectedStaticType">
                <Folder name="ProtectedStaticList">
                  <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="protected static List&lt;string&gt;  $name$ = $value$;" shortcut="prosstlifi" description="protected static List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="protected static List&lt;$Type$&gt;  $name$ = $value$;" shortcut="proslifi" description="protected static List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="ProtectedStaticNew">
                  <Folder name="ProtectedStaticNewList">
                    <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected static new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="prosnlifi" description="protected static new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables>
                        <Variable name="Type" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected static new List&lt;string&gt;  $name$ = $value$;" shortcut="prosnstlifi" description="protected static new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables />
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected static new string $name$ = $value$;" shortcut="prosnstfi" description="protected static new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected static new bool $name$ = $value$;" shortcut="prosnbfi" description="protected static new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected static new $type$ $name$ = $value$;" shortcut="prosnfi" description="protected static new Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="name" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="protected static bool $name$ = $value$;" shortcut="prosbfi" description="protected static bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="protected static object $name$ = $value$;" shortcut="prosobfi" description="protected static object Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="protected static string $name$ = $value$;" shortcut="prosstfi" description="protected static string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="protected static $type$ $name$ = $value$;" shortcut="prosfi" description="protected static Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="ProtectedNew">
                <Folder name="ProtectedNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="pronlifi" description="protected new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected new List&lt;string&gt;  $name$ = $value$;" shortcut="pronstlifi" description="protected new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected new string $name$ = $value$;" shortcut="pronstfi" description="protected new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected new bool $name$ = $value$;" shortcut="pronbfi" description="protected new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected new $type$ $name$ = $value$;" shortcut="pronfi" description="protected new Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="ProtectedList">
                <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="protected List&lt;string&gt;  $name$ = $value$;" shortcut="prostlifi" description="protected List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="protected List&lt;$Type$&gt;  $name$ = $value$;" shortcut="prolifi" description="protected List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="protected bool $name$ = $value$;" shortcut="probfi" description="protected bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="protected string $name$ = $value$;" shortcut="prostfi" description="protected string Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="protected $type$ $name$ = $value$;" shortcut="profi" description="protected Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="ProtectedInternalType">
              <Folder name="ProtectedInternalStaticType">
                <Folder name="ProtectedInternalStaticList">
                  <Template uid="3fa10fdd-f52e-4bbb-b179-17a489c4ee3d" text="protected internal static List&lt;string&gt;  $name$ = $value$;" shortcut="proitsstlifi" description="protected internal static List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="42bc0aa5-ba6f-4ffc-8a7d-1d1373a5378b" text="protected internal static List&lt;$Type$&gt;  $name$ = $value$;" shortcut="proitslifi" description="protected internal static List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="ProtectedInternalStaticNew">
                  <Folder name="ProtectedInternalStaticNewList">
                    <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal static new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="proitsnlifi" description="protected internal static new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables>
                        <Variable name="Type" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal static new List&lt;string&gt;  $name$ = $value$;" shortcut="proitsnstlifi" description="protected internal static new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables />
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal static new string $name$ = $value$;" shortcut="proitsnstfi" description="protected internal static new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal static new bool $name$ = $value$;" shortcut="proitsnbfi" description="protected internal static new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal static new $type$ $name$ = $value$;" shortcut="proitsnfi" description="protected internal static new Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="name" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="6c03694c-b20d-460a-8f1d-1356feb47ac2" text="protected internal static bool $name$ = $value$;" shortcut="proitsbfi" description="protected internal static bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f98372e2-313c-4a51-998d-4b259cabcf02" text="protected internal static object $name$ = $value$;" shortcut="proitsobfi" description="protected internal static object Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="23ac41e7-23fd-407a-ae10-8752a6c8c42d" text="protected internal static string $name$ = $value$;" shortcut="proitsstfi" description="protected internal static string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="cc8dc5e2-f319-40d7-8e75-fdd679401294" text="protected internal static $type$ $name$ = $value$;" shortcut="proitsfi" description="protected internal static Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="ProtectedInternalNew">
                <Folder name="ProtectedInternalNewList">
                  <Template uid="2ac21ac9-b9d6-4215-a082-2c3740fba0f9" text="protected internal new List&lt;$Type$&gt;  $name$ = $value$;" shortcut="proitnlifi" description="protected internal new List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="Type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="c107df02-f041-41f8-8c24-5abab92f14b7" text="protected internal new List&lt;string&gt;  $name$ = $value$;" shortcut="proitnstlifi" description="protected internal new List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="8a619ba9-ee90-454e-9d35-87c2961d50e4" text="protected internal new string $name$ = $value$;" shortcut="proitnstfi" description="protected internal new string Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="f64be4b9-deb5-4127-8111-48d324f037a1" text="protected internal new bool $name$ = $value$;" shortcut="proitnbfi" description="protected internal new bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="487708e7-cb97-43c9-8e9a-b446bf5f9a56" text="protected internal new $type$ $name$ = $value$;" shortcut="proitnfi" description="protected internal new Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="ProtectedInternalList">
                <Template uid="fd033c7a-8304-463f-a034-a81885b16704" text="protected internal List&lt;string&gt;  $name$ = $value$;" shortcut="proitstlifi" description="protected internal List&lt;string&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="2ed2c099-cfbe-4a7b-9f01-fc4a5da8d9fe" text="protected internal List&lt;$Type$&gt;  $name$ = $value$;" shortcut="proitlifi" description="protected internal List&lt;&gt; Field = value;" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="Type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="6125867a-bd33-4185-acb0-51a50c033d60" text="protected internal bool $name$ = $value$;" shortcut="proitbfi" description="protected internal bool Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8fae1341-8099-4b85-91d7-3955820695e6" text="protected internal string $name$ = $value$;" shortcut="proitstfi" description="protected internal string Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="ca052a08-ecc9-43c1-920d-2ed1aa6bdea9" text="protected internal $type$ $name$ = $value$;" shortcut="proitfi" description="protected internal Field = value;" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="1c3caa6a-8f9b-49b9-a893-62cdb8b3d2dc" text="$type$ $name$ = $value$;" shortcut="fi" description="FieldType FieldName = value;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="value" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="975420b0-394e-4fdc-90f6-5701d6cf3b49" text="bool $name$ = $value$;" shortcut="bfi" description="bool FieldName = value;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="value" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="6fd09e4b-2d40-4dde-a38e-02f3dd44f650" text="string $name$ = $value$;" shortcut="stfi" description="string FieldName = value;" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="value" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Unsafe">
            <Folder name="FixedSizeBuffers">
              <Folder name="Public">
                <Template uid="ac0ffbc6-4559-4ac0-86e0-0d4dc94bdeb9" text="public fixed $type$ $name$[$count$];" shortcut="pfixarf" description="public fixed FieldType FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2281a4cf-8d3e-4d08-9264-3b15e8ebdb64" text="public fixed char $name$[$count$];" shortcut="pfixcharf" description="public fixed char FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="12664588-67fe-42b0-8c8c-82bc289758e5" text="public fixed bool $name$[$count$];" shortcut="pfixbarf" description="public fixed bool FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2ac96955-cff4-4f65-9b8b-b15c0938e12d" text="public fixed byte $name$[$count$];" shortcut="pfixbyarf" description="public fixed byte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="9ce5a72b-63d8-439a-8c3a-d8ca81ae43fb" text="public fixed short $name$[$count$];" shortcut="pfixsharf" description="public fixed short FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="34f9b2fa-1f5b-452f-a8d9-ff6c12a96619" text="public fixed int $name$[$count$];" shortcut="pfixwarf" description="public fixed int FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="1686f93e-4e59-44d4-b6f3-8edcc4caaa9d" text="public fixed long $name$[$count$];" shortcut="pfixlonarf" description="public fixed long FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="bcdce4c9-0430-4868-aa33-e2402a61e755" text="public fixed sbyte $name$[$count$];" shortcut="pfixsbyarf" description="public fixed sbyte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="fdf6ad1d-fc17-400e-a87e-0c10912cbafa" text="public fixed ushort $name$[$count$];" shortcut="pfixusharf" description="public fixed ushort FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="b160501f-7d4c-43fd-b3ad-0d77a669b937" text="public fixed uint $name$[$count$];" shortcut="pfixuwarf" description="public fixed uint FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="ea335d07-a0ea-4f9b-ae14-4c82f8e3c144" text="public fixed ulong $name$[$count$];" shortcut="pfixulonarf" description="public fixed ulong FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="8e823f1f-41cd-41bb-b661-04fdedbb5307" text="public fixed float $name$[$count$];" shortcut="pfixflarf" description="public fixed float FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="37642140-aa68-408f-815c-532a619f90aa" text="public fixed double $name$[$count$];" shortcut="pfixdouarf" description="public fixed double FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="Private">
                <Template uid="ac0ffbc6-4559-4ac0-86e0-0d4dc94bdeb9" text="private fixed $type$ $name$[$count$];" shortcut="prfixarf" description="private fixed FieldType FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2281a4cf-8d3e-4d08-9264-3b15e8ebdb64" text="private fixed char $name$[$count$];" shortcut="prfixcharf" description="private fixed char FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="12664588-67fe-42b0-8c8c-82bc289758e5" text="private fixed bool $name$[$count$];" shortcut="prfixbarf" description="private fixed bool FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2ac96955-cff4-4f65-9b8b-b15c0938e12d" text="private fixed byte $name$[$count$];" shortcut="prfixbyarf" description="private fixed byte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="9ce5a72b-63d8-439a-8c3a-d8ca81ae43fb" text="private fixed short $name$[$count$];" shortcut="prfixsharf" description="private fixed short FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="34f9b2fa-1f5b-452f-a8d9-ff6c12a96619" text="private fixed int $name$[$count$];" shortcut="prfixwarf" description="private fixed int FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="1686f93e-4e59-44d4-b6f3-8edcc4caaa9d" text="private fixed long $name$[$count$];" shortcut="prfixlonarf" description="private fixed long FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="bcdce4c9-0430-4868-aa33-e2402a61e755" text="private fixed sbyte $name$[$count$];" shortcut="prfixsbyarf" description="private fixed sbyte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="fdf6ad1d-fc17-400e-a87e-0c10912cbafa" text="private fixed ushort $name$[$count$];" shortcut="prfixusharf" description="private fixed ushort FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="b160501f-7d4c-43fd-b3ad-0d77a669b937" text="private fixed uint $name$[$count$];" shortcut="prfixuwarf" description="private fixed uint FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="ea335d07-a0ea-4f9b-ae14-4c82f8e3c144" text="private fixed ulong $name$[$count$];" shortcut="prfixulonarf" description="private fixed ulong FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="8e823f1f-41cd-41bb-b661-04fdedbb5307" text="private fixed float $name$[$count$];" shortcut="prfixflarf" description="private fixed float FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="37642140-aa68-408f-815c-532a619f90aa" text="private fixed double $name$[$count$];" shortcut="prfixdouarf" description="private fixed double FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="Internal">
                <Template uid="ac0ffbc6-4559-4ac0-86e0-0d4dc94bdeb9" text="internal fixed $type$ $name$[$count$];" shortcut="itfixarf" description="internal fixed FieldType FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2281a4cf-8d3e-4d08-9264-3b15e8ebdb64" text="internal fixed char $name$[$count$];" shortcut="itfixcharf" description="internal fixed char FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="12664588-67fe-42b0-8c8c-82bc289758e5" text="internal fixed bool $name$[$count$];" shortcut="itfixbarf" description="internal fixed bool FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="2ac96955-cff4-4f65-9b8b-b15c0938e12d" text="internal fixed byte $name$[$count$];" shortcut="itfixbyarf" description="internal fixed byte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="9ce5a72b-63d8-439a-8c3a-d8ca81ae43fb" text="internal fixed short $name$[$count$];" shortcut="itfixsharf" description="internal fixed short FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="34f9b2fa-1f5b-452f-a8d9-ff6c12a96619" text="internal fixed int $name$[$count$];" shortcut="itfixwarf" description="internal fixed int FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="1686f93e-4e59-44d4-b6f3-8edcc4caaa9d" text="internal fixed long $name$[$count$];" shortcut="itfixlonarf" description="internal fixed long FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="bcdce4c9-0430-4868-aa33-e2402a61e755" text="internal fixed sbyte $name$[$count$];" shortcut="itfixsbyarf" description="internal fixed sbyte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="fdf6ad1d-fc17-400e-a87e-0c10912cbafa" text="internal fixed ushort $name$[$count$];" shortcut="itfixusharf" description="internal fixed ushort FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="b160501f-7d4c-43fd-b3ad-0d77a669b937" text="internal fixed uint $name$[$count$];" shortcut="itfixuwarf" description="internal fixed uint FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="ea335d07-a0ea-4f9b-ae14-4c82f8e3c144" text="internal fixed ulong $name$[$count$];" shortcut="itfixulonarf" description="internal fixed ulong FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="8e823f1f-41cd-41bb-b661-04fdedbb5307" text="internal fixed float $name$[$count$];" shortcut="itfixflarf" description="internal fixed float FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="37642140-aa68-408f-815c-532a619f90aa" text="internal fixed double $name$[$count$];" shortcut="itfixdouarf" description="internal fixed double FieldName[];" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                    <Variable name="count" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="ac0ffbc6-4559-4ac0-86e0-0d4dc94bdeb9" text="fixed $type$ $name$[$count$];" shortcut="fixarf" description="fixed FieldType FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="2281a4cf-8d3e-4d08-9264-3b15e8ebdb64" text="fixed char $name$[$count$];" shortcut="fixcharf" description="fixed char FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="12664588-67fe-42b0-8c8c-82bc289758e5" text="fixed bool $name$[$count$];" shortcut="fixbarf" description="fixed bool FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="2ac96955-cff4-4f65-9b8b-b15c0938e12d" text="fixed byte $name$[$count$];" shortcut="fixbyarf" description="fixed byte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="9ce5a72b-63d8-439a-8c3a-d8ca81ae43fb" text="fixed short $name$[$count$];" shortcut="fixsharf" description="fixed short FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="34f9b2fa-1f5b-452f-a8d9-ff6c12a96619" text="fixed int $name$[$count$];" shortcut="fixwarf" description="fixed int FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="1686f93e-4e59-44d4-b6f3-8edcc4caaa9d" text="fixed long $name$[$count$];" shortcut="fixlonarf" description="fixed long FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="bcdce4c9-0430-4868-aa33-e2402a61e755" text="fixed sbyte $name$[$count$];" shortcut="fixsbyarf" description="fixed sbyte FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="fdf6ad1d-fc17-400e-a87e-0c10912cbafa" text="fixed ushort $name$[$count$];" shortcut="fixusharf" description="fixed ushort FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="b160501f-7d4c-43fd-b3ad-0d77a669b937" text="fixed uint $name$[$count$];" shortcut="fixuwarf" description="fixed uint FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="ea335d07-a0ea-4f9b-ae14-4c82f8e3c144" text="fixed ulong $name$[$count$];" shortcut="fixulonarf" description="fixed ulong FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="8e823f1f-41cd-41bb-b661-04fdedbb5307" text="fixed float $name$[$count$];" shortcut="fixflarf" description="fixed float FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="37642140-aa68-408f-815c-532a619f90aa" text="fixed double $name$[$count$];" shortcut="fixdouarf" description="fixed double FieldName[];" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="count" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
          </Folder>
          <Template uid="1c3caa6a-8f9b-49b9-a893-62cdb8b3d2dc" text="$type$ $name$;" shortcut="f" description="FieldType FieldName;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="type" expression="" initialRange="0" />
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="1f7f42b3-5514-4a45-8e0f-0dedccd3dfe9" text="bool $name$;" shortcut="bf" description="bool FieldName;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="fcb75495-5e17-475a-b934-379008353581" text="string $name$;" shortcut="stf" description="stringl FieldName;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="OperatorDefinition">
          <Folder name="ImplicitConversionOperator">
            <Template uid="ae9d4397-3a96-4734-ad8d-0f24f7c5458c" text="public static implicit operator $ReturnType$($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="ico" description="ImplicitConversionOperator" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="ReturnType" expression="" initialRange="0" />
                <Variable name="SourceType" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="cb7c444d-ebea-4122-8392-5d591a4be6bd" text="public static implicit operator bool($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="bico" description="BoolImplicitConversionOperator" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="SourceType" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="ExplicitConversionOperator">
            <Template uid="ae36fd19-46b1-4c8f-8ffb-c14f3aa49a31" text="public static explicit operator $ReturnType$($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="eco" description="ExplicitConversionOperator" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="ReturnType" expression="" initialRange="0" />
                <Variable name="SourceType" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="BoolOperator">
            <Template uid="9cf1df45-5acf-444b-9f95-413e063ff783" text="#region BoolOperator&#xD;&#xA;public static bool operator true($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}&#xD;&#xA;public static bool operator false($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;}&#xD;&#xA;#endregion" shortcut="bos" description="BoolOperatorS" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="SourceType" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="OverloadingOperator">
            <Template uid="dc619e32-7477-4c1f-9b1d-d4e37353aeb8" text="#region ConditionalAndOr&#xD;&#xA;public static bool operator true($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}&#xD;&#xA;public static bool operator false($SourceType$ source)&#xD;&#xA;{&#xD;&#xA;}&#xD;&#xA;public static $SourceType$ operator &amp;($SourceType$ a, $SourceType$ b)&#xD;&#xA;{&#xD;&#xA;}&#xD;&#xA;public static $SourceType$ operator |($SourceType$ a, $SourceType$ b)&#xD;&#xA;{&#xD;&#xA;}&#xD;&#xA;#endregion" shortcut="caroos" description="Conditional And-Or OverloadingOperator" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="SourceType" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
        </Folder>
      </Folder>
      <Folder name="ContextualKeyword">
        <Folder name="Yield">
          <Template uid="3f7c31fa-cdb0-49b5-a62b-cc8c0ed5aa28" text="yield" shortcut="yi" description="yield" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="2b79421f-dcf9-499b-a2f8-90ce71620db7" text="yield return" shortcut="yir" description="yield return" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="8c4f155b-eddf-4578-adc7-0f7fb59750e0" text="yield return result;" shortcut="yirres" description="yield return result;" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Where">
          <Template uid="c1e64c07-d9c0-4170-b826-6c7b3a22df10" text="where $T$ : $Constraint$" shortcut="wh" description="where" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
              <Variable name="Constraint" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="7e275c38-529c-4aed-97c2-319854952e4c" text="where $T$ : new()" shortcut="whn" description="where T : new()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="e106d668-c337-476f-82bd-f9269b370ebf" text="where $T$ : struct" shortcut="whstr" description="where T : str" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="b72ef7ef-fb5e-4fb3-accd-4b9180245f9f" text="where $T$ : class" shortcut="whc" description="where T : class" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="f99a74f6-a74c-49d9-ae12-8215c82fe7dd" text="where $T$ : class, new()" shortcut="whcn" description="where T : class, new()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="1a55d5e2-b0d4-492e-b631-570ce3c4cda2" text="where $T$ : class, $IType$" shortcut="whci" description="where T : class, IType" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
              <Variable name="IType" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="a20eaa44-8af2-4d03-9b33-920ca46f501f" text="where $T$ : class, $IType$, new()" shortcut="whcin" description="where T : class, IType, new()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
              <Variable name="IType" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="61aaeb6a-eedd-495f-9f92-1860875c92fa" text="where $T$ : $IType$, new()" shortcut="whin" description="where T : IType, new()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
              <Variable name="IType" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="dc2c311a-e89a-4efa-a6d3-4905dfad0d9f" text="where $T$ : struct, $IType$" shortcut="whstri" description="where T : str, IType" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="T" expression="" initialRange="0" />
              <Variable name="IType" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
        <Folder name="Accessor">
          <Template uid="a6b6747e-5ce8-4f4d-86fc-5a5dc6192905" text="get&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}&#xD;&#xA;set&#xD;&#xA;{&#xD;&#xA;}" shortcut="gs" description="get set" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="5f2267c6-470d-400a-84da-7cf2df97fd0f" text="get&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="get" description="get" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="17acdfb4-7f36-4ced-809b-02bae71a8201" text="set&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="set" description="get" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
        </Folder>
        <Template uid="7acdac4c-19bd-406b-a3d5-b234ac1a7038" text="partial" shortcut="par" description="partial" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
        <Template uid="14c3fe79-33d8-4a99-9f5c-9ddbcccc37dd" text="value" shortcut="val" description="value" reformat="false" shortenQualifiedReferences="true">
          <Context>
            <CSharpContext context="Everywhere" />
          </Context>
          <Variables />
          <CustomProperties />
        </Template>
      </Folder>
      <Folder name="AnonymouseFunction">
        <Folder name="LambdaExpression" />
        <Folder name="AnonymouseMethod">
          <Folder name="FunctionalAnonymouseMethod">
            <Template uid="05c02406-e918-4245-9c83-7b2a7beca183" text="delegate()&#xD;&#xA;{&#xD;&#xA;return $END$;&#xD;&#xA;}" shortcut="fam0" description="delegate(){return}" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="ad3dc1c6-ff58-4a2c-a66a-df9c20aa59d5" text="delegate($type1$ $param1$)&#xD;&#xA;{&#xD;&#xA;return $END$;&#xD;&#xA;}" shortcut="fam1" description="delegate(p1){return}" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type1" expression="" initialRange="0" />
                <Variable name="param1" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="a5f6fe28-66d5-4a2a-a326-cbcaa386a277" text="delegate($type1$ $param1$, $type2$ $param2$)&#xD;&#xA;{&#xD;&#xA;return $END$;&#xD;&#xA;}" shortcut="fam2" description="delegate(p1, p2){return}" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type1" expression="" initialRange="0" />
                <Variable name="param1" expression="" initialRange="0" />
                <Variable name="type2" expression="" initialRange="0" />
                <Variable name="param2" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Template uid="c59fd93e-194c-4019-9459-eae6b5c504b0" text="delegate()&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="am0" description="delegate()" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables />
            <CustomProperties />
          </Template>
          <Template uid="d257fe23-5221-45ca-8796-902b9c13803d" text="delegate($type1$ $param1$)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="am1" description="delegate(p1)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="type1" expression="" initialRange="0" />
              <Variable name="param1" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="cf8b1c1a-02bc-4853-bf34-edb5036b84bb" text="delegate($type1$ $param1$, $type2$ $param2$)&#xD;&#xA;{&#xD;&#xA;$END$&#xD;&#xA;}" shortcut="am2" description="delegate(p1, p2)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="type1" expression="" initialRange="0" />
              <Variable name="param1" expression="" initialRange="0" />
              <Variable name="type2" expression="" initialRange="0" />
              <Variable name="param2" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
      </Folder>
      <Folder name="Variable">
        <Folder name="LocalVariable">
          <Folder name="InitializedLocalVariable">
            <Folder name="List">
              <Template uid="3e543384-2b7d-44c2-b156-b453128654de" text="List&lt;string&gt; $name$ = $value$;" shortcut="stlilin" description="List&lt;string&gt; name = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="95333661-0eeb-4575-be20-41cbecbadc96" text="List&lt;$type$&gt; $name$ = $value$;" shortcut="lilin" description="List&lt;&gt; name = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                  <Variable name="value" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="InitializedLocalVariableByConstructor">
              <Folder name="List">
                <Template uid="ab8f68e8-99b2-4b42-9ba7-c836cf73027f" text="List&lt;string&gt; $name$ = new List&lt;string&gt;($END$);" shortcut="stlilic" description="List&lt;string&gt; name = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="4ec228de-8a69-41c4-b5d8-24d591f3bba1" text="List&lt;$type$&gt; $name$ = new List&lt;$type$&gt;($END$);" shortcut="lilic" description="List&lt;&gt; name = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="name" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="10ca76d4-c685-4d21-808b-8a400284ab33" text="$type$ $name$ = new $type$($END$);" shortcut="lic" description="Type name = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="InitializedLocalVariableByNull">
              <Template uid="0eb4619f-9388-432c-8cc5-8ae1d8b26235" text="$type$ $name$ = null;" shortcut="linu" description="Type name = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="8a02867d-525f-4c9d-93c2-00e0afa70586" text="string $name$ = null;" shortcut="stlinu" description="string name = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="name" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
            <Template uid="87d30511-7ec3-451c-9494-df1a291f28f1" text="$type$ $name$ = $value$;" shortcut="lin" description="Type name = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="value" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="dc53674a-99df-4b0a-8bbe-4e0824f76553" text="bool $name$ = $value$;" shortcut="blin" description="bool name = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="value" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="48ebdf0d-f338-484a-9c17-1c31ddb360b4" text="string $name$ = $value$;" shortcut="stlin" description="string name = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
                <Variable name="value" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="List">
            <Template uid="fb7b42f8-06b6-4df5-b140-9a5f22d92f51" text="List&lt;$type$&gt; $name$;" shortcut="lil" description="List&lt;&gt; name;(Local variable)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="type" expression="" initialRange="0" />
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="4269d8c4-2db2-4c48-9a3d-771e5efad1f6" text="List&lt;string&gt; $name$;" shortcut="stlil" description="List&lt;string&gt; name;(Local variable)" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="name" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="PrefixLocalVariable">
            <Folder name="The">
              <Folder name="List">
                <Template uid="7a315a86-82ca-4b78-a186-35adbb6fa8b6" text="List&lt;$type$&gt; the$type$List;" shortcut="lithl" description="List&lt;T&gt; theTList;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="8e652aaa-7cd5-4cbe-8b3d-8a0c7d22ff92" text="List&lt;string&gt; theStringList;" shortcut="stlithl" description="List&lt;string&gt; theStringList;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="Initialized">
                <Folder name="List">
                  <Template uid="99ab1210-25b9-48dc-8e3b-74a50f74fff7" text="List&lt;$type$&gt; theList = $value$;" shortcut="lithlin" description="List&lt;&gt; theList = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="4d4a9b89-73b7-4eb3-91ca-ef7c580d8619" text="List&lt;string&gt; theStringList = $value$;" shortcut="stlithlin" description="List&lt;string&gt; theStringList = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="InitializedByNull">
                  <Template uid="81539984-0d2e-4c68-b0fb-45713e1271d0" text="$type$ the$type$ = null;" shortcut="thlinu" description="Type theType = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="931517ed-65cf-4f0f-8750-d465db8e1c79" text="string theString = null;" shortcut="stthlinu" description="string theString = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="InitializedByConstructor">
                  <Folder name="List">
                    <Template uid="c5a35b18-4052-4f08-aae4-0c8c56099b8b" text="List&lt;$type$&gt; the$type$List = new List&lt;$type$&gt;($END$);" shortcut="lithlic" description="List&lt;T&gt; theTList = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables>
                        <Variable name="type" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="1c688036-fc62-473e-97e0-ae29ade0a1f5" text="List&lt;string&gt; theStringList = new List&lt;string&gt;($END$);" shortcut="stlithlic" description="List&lt;string&gt; theStringList = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables />
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="7927482a-cd52-434f-8718-c427106a2b93" text="$type$ the$type$ = new $type$($END$);" shortcut="thlic" description="Type theType = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="7f07d013-9b58-4499-b84e-72acc9ed86bf" text="string theString = $value$;" shortcut="stthlin" description="string theString = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="75b59b63-2c9d-4658-b78c-a71744d702f1" text="$type$ the$type$ = $value$;" shortcut="thlin" description="Type theType = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="0f3aa975-c6f2-4bf1-a872-be33f8e347ba" text="bool theBool = $value$;" shortcut="bthlin" description="bool theBool = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="1fea91db-5e13-46a5-9e78-bbe6ea999f57" text="$type$ the$type$;" shortcut="thl" description="Type theType;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="dda3550a-cec5-4920-a673-54bcb511b97b" text="bool theBool;" shortcut="bthl" description="bool theBool;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="e13cd016-648a-4933-bc6f-ae87b9966f58" text="string theString;" shortcut="stthl" description="string theString;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <FileNameContext mask="*.*" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
            <Folder name="Prefix">
              <Folder name="List">
                <Template uid="7a315a86-82ca-4b78-a186-35adbb6fa8b6" text="List&lt;$type$&gt; $prefix$$type$List;" shortcut="liprel" description="List&lt;T&gt; $prefix$TList;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <FileNameContext mask="*.*" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="prefix" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="8e652aaa-7cd5-4cbe-8b3d-8a0c7d22ff92" text="List&lt;string&gt; $prefix$StringList;" shortcut="stliprel" description="List&lt;string&gt; $prefix$StringList;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <FileNameContext mask="*.*" />
                  </Context>
                  <Variables>
                    <Variable name="prefix" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="Initialized">
                <Folder name="List">
                  <Template uid="99ab1210-25b9-48dc-8e3b-74a50f74fff7" text="List&lt;$type$&gt; $prefix$List = $value$;" shortcut="liprelin" description="List&lt;&gt; $prefix$List = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <FileNameContext mask="*.*" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="prefix" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="4d4a9b89-73b7-4eb3-91ca-ef7c580d8619" text="List&lt;string&gt; $prefix$StringList = $value$;" shortcut="stliprelin" description="List&lt;string&gt; $prefix$StringList = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <FileNameContext mask="*.*" />
                    </Context>
                    <Variables>
                      <Variable name="value" expression="" initialRange="0" />
                      <Variable name="prefix" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="InitializedByNull">
                  <Template uid="81539984-0d2e-4c68-b0fb-45713e1271d0" text="$type$ $prefix$$type$ = null;" shortcut="prelinu" description="Type $prefix$Type = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <FileNameContext mask="*.*" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="prefix" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="931517ed-65cf-4f0f-8750-d465db8e1c79" text="string $prefix$String = null;" shortcut="stprelinu" description="string $prefix$String = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <FileNameContext mask="*.*" />
                    </Context>
                    <Variables>
                      <Variable name="prefix" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="InitializedByConstructor">
                  <Folder name="List">
                    <Template uid="c5a35b18-4052-4f08-aae4-0c8c56099b8b" text="List&lt;$type$&gt; $prefix$$type$List = new List&lt;$type$&gt;($END$);" shortcut="liprelic" description="List&lt;T&gt; $prefix$TList = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <FileNameContext mask="*.*" />
                      </Context>
                      <Variables>
                        <Variable name="type" expression="" initialRange="0" />
                        <Variable name="prefix" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="1c688036-fc62-473e-97e0-ae29ade0a1f5" text="List&lt;string&gt; $prefix$StringList = new List&lt;string&gt;($END$);" shortcut="stliprelic" description="List&lt;string&gt; $prefix$StringList = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <FileNameContext mask="*.*" />
                      </Context>
                      <Variables>
                        <Variable name="prefix" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="7927482a-cd52-434f-8718-c427106a2b93" text="$type$ $prefix$$type$ = new $type$($END$);" shortcut="prelic" description="Type $prefix$Type = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <FileNameContext mask="*.*" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="prefix" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="7f07d013-9b58-4499-b84e-72acc9ed86bf" text="string $prefix$String = $value$;" shortcut="stprelin" description="string $prefix$String = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <FileNameContext mask="*.*" />
                  </Context>
                  <Variables>
                    <Variable name="value" expression="" initialRange="0" />
                    <Variable name="prefix" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="75b59b63-2c9d-4658-b78c-a71744d702f1" text="$type$ $prefix$$type$ = $value$;" shortcut="prelin" description="Type $prefix$Type = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <FileNameContext mask="*.*" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="prefix" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="0f3aa975-c6f2-4bf1-a872-be33f8e347ba" text="bool $prefix$Bool = $value$;" shortcut="bprelin" description="bool $prefix$Bool = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <FileNameContext mask="*.*" />
                  </Context>
                  <Variables>
                    <Variable name="value" expression="" initialRange="0" />
                    <Variable name="prefix" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="1fea91db-5e13-46a5-9e78-bbe6ea999f57" text="$type$ $prefix$$type$;" shortcut="prel" description="Type $prefix$Type;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <FileNameContext mask="*.*" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                  <Variable name="prefix" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="dda3550a-cec5-4920-a673-54bcb511b97b" text="bool $prefix$Bool;" shortcut="bprel" description="bool $prefix$Bool;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <FileNameContext mask="*.*" />
                </Context>
                <Variables>
                  <Variable name="prefix" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="e13cd016-648a-4933-bc6f-ae87b9966f58" text="string $prefix$String;" shortcut="stprel" description="string $prefix$String;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <FileNameContext mask="*.*" />
                </Context>
                <Variables>
                  <Variable name="prefix" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
            </Folder>
          </Folder>
          <Folder name="NamedLocalVariable">
            <Folder name="Result">
              <Folder name="List">
                <Template uid="0ca636a7-717c-42cb-991e-06d5c7907ea9" text="List&lt;string&gt; result;" shortcut="stliresl" description="List&lt;string&gt; result;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables />
                  <CustomProperties />
                </Template>
                <Template uid="5bcfbf79-f66d-4ff8-b851-4d90233e31de" text="List&lt;$type$&gt; result;" shortcut="liresl" description="List&lt;&gt; result;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Folder name="Initialized">
                <Folder name="List">
                  <Template uid="d2b7ad75-55f6-4088-982d-ab05a59cef82" text="List&lt;string&gt; result = $value$;" shortcut="stlireslin" description="List&lt;string&gt; result = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                  <Template uid="56fe1631-76ed-4d06-b0c4-0f1478b6f507" text="List&lt;$type$&gt; result = $value$;" shortcut="lireslin" description="List&lt;&gt; result = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                      <Variable name="value" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="InitializedByNull">
                  <Template uid="46fb45f3-0ed3-43cc-8153-39fb1a10c473" text="string result = null;" shortcut="streslinu" description="string result = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables />
                    <CustomProperties />
                  </Template>
                  <Template uid="b43f2f3d-55e2-4495-be69-203667e89fe2" text="$type$ result = null;" shortcut="reslinu" description="Type result = null;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Folder name="InitializedByConstructor">
                  <Folder name="List">
                    <Template uid="602f9f03-8837-41aa-8e9a-e72009afc1ac" text="List&lt;$type$&gt; result = new List&lt;$type$&gt;($END$);" shortcut="lireslic" description="List&lt;&gt; result = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables>
                        <Variable name="type" expression="" initialRange="0" />
                      </Variables>
                      <CustomProperties />
                    </Template>
                    <Template uid="cc741bf1-0227-4e75-9929-62c3283a3b14" text="List&lt;string&gt; result = new List&lt;string&gt;($END$);" shortcut="stlireslic" description="List&lt;string&gt; result = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                      <Context>
                        <CSharpContext context="Everywhere" />
                      </Context>
                      <Variables />
                      <CustomProperties />
                    </Template>
                  </Folder>
                  <Template uid="e2d956b7-e4f6-40cf-b8e1-5f8738718e30" text="$type$ result = new $type$($END$);" shortcut="reslic" description="Type result = new;(Local variable is Initialized by Constructor)" reformat="false" shortenQualifiedReferences="true">
                    <Context>
                      <CSharpContext context="Everywhere" />
                    </Context>
                    <Variables>
                      <Variable name="type" expression="" initialRange="0" />
                    </Variables>
                    <CustomProperties />
                  </Template>
                </Folder>
                <Template uid="3b693bf3-d261-4513-9cf0-3ed92f513a3c" text="string result = $value$;" shortcut="streslin" description="string result = value;(Local variable is initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="87f0a6c9-d1bb-4c08-9f4a-e5b731f3281c" text="$type$ result = $value$;" shortcut="reslin" description="Type result = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="type" expression="" initialRange="0" />
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
                <Template uid="528ba2fe-f693-49e5-a796-a9716e91a995" text="bool result = $value$;" shortcut="breslin" description="bool result = value;(Local variable is Initialized)" reformat="false" shortenQualifiedReferences="true">
                  <Context>
                    <CSharpContext context="Everywhere" />
                  </Context>
                  <Variables>
                    <Variable name="value" expression="" initialRange="0" />
                  </Variables>
                  <CustomProperties />
                </Template>
              </Folder>
              <Template uid="bb10c724-c64d-4fe2-9a45-9126ec1f2c2c" text="string result;" shortcut="stresl" description="string result;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="5ddbce22-2145-422e-a5e8-ac9ec2eaf598" text="$type$ result;" shortcut="resl" description="Type result;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables>
                  <Variable name="type" expression="" initialRange="0" />
                </Variables>
                <CustomProperties />
              </Template>
              <Template uid="19ecb417-c463-4e6d-a1ab-350df9c8c198" text="bool result;" shortcut="bresl" description="bool result;(Local variable)" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
          </Folder>
          <Template uid="05973ddd-f544-4d05-a65c-e96001cfbd30" text="$type$ $name$;" shortcut="l" description="Type name;(Local variable)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="type" expression="" initialRange="0" />
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="03c267b2-458b-4094-95c8-e50b928ec837" text="bool $name$;" shortcut="bl" description="bool name;(Local variable)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
          <Template uid="7fe224b1-5e98-4699-bfd4-3ef8579d20f6" text="string $name$;" shortcut="stl" description="string name;(Local variable)" reformat="false" shortenQualifiedReferences="true">
            <Context>
              <CSharpContext context="Everywhere" />
            </Context>
            <Variables>
              <Variable name="name" expression="" initialRange="0" />
            </Variables>
            <CustomProperties />
          </Template>
        </Folder>
      </Folder>
      <Folder name="Library">
        <Folder name="NUnit">
          <Folder name="Null">
            <Template uid="e184d91a-5c8c-432a-983d-83fe1ffafd2c" text="Assert.IsNull($target$);" shortcut="ain" description="Assert.IsNull" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="target" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
            <Template uid="d6814e4d-95d8-41a6-83b3-f8353b8fa577" text="Assert.IsNotNull($target$);" shortcut="ainon" description="Assert.IsNotNull" reformat="true" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables>
                <Variable name="target" expression="" initialRange="0" />
              </Variables>
              <CustomProperties />
            </Template>
          </Folder>
          <Folder name="Bool">
            <Template uid="11fad670-548f-4f6d-84a5-bdcbae03a482" text="Assert.IsFalse($END$);" shortcut="aif" description="Assert.IsFalse" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
            <Template uid="814c09ea-d094-4dd1-9ee4-0254db8f19ff" text="Assert.IsTrue($END$);" shortcut="ait" description="Assert.IsTrue" reformat="false" shortenQualifiedReferences="true">
              <Context>
                <CSharpContext context="Everywhere" />
              </Context>
              <Variables />
              <CustomProperties />
            </Template>
          </Folder>
        </Folder>
        <Folder name="Xml">
          <Folder name="Attribute">
            <Folder name="Attribute">
              <Template uid="82fe2fa1-4042-4bff-ab9f-ca11d76f2132" text="[XmlElement($END$)]" shortcut="xeaa" description="XmlElementAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="4a0dc4c7-beff-4f35-9125-f8e36ab2ae11" text="[XmlAttribute($END$)]" shortcut="xaaa" description="XmlAttributeAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="0c976b83-45c6-43d6-8300-3846907633e6" text="[XmlType($END$)]" shortcut="xtaa" description="XmlTypeAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="a8df769c-921a-481e-ba4b-478e6e19c5d0" text="[XmlText($END$)]" shortcut="xteaa" description="XmlTextAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="714c8a3c-e356-41c1-8e82-760ac6424f4f" text="[XmlRoot($END$)]" shortcut="xraa" description="XmlRootAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="60483e31-7ef9-4bd9-ac6e-579fc3ec1ed5" text="[XmlInclude($END$)]" shortcut="xinaa" description="XmlIncludeAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="535dae9e-6555-41fd-9d9c-7258c97391b9" text="[XmlIgnore($END$)]" shortcut="xiaa" description="XmlIgnoreAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="785e6b57-858a-49bf-8107-9412fff6186f" text="[XmlEnum($END$)]" shortcut="xenaa" description="XmlEnumAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="8b287911-a80f-4caa-849f-eea75748eb92" text="[XmlChoiceIdentifier($END$)]" shortcut="xciaa" description="XmlChoiceIdentifierAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="c3f467dc-0e8b-447b-92fd-64d4d2c7677f" text="[XmlArrayItem($END$)]" shortcut="xariaa" description="XmlArrayItemAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="e065b1a4-b06b-40f5-a406-442baf0eebd8" text="[XmlArray($END$)]" shortcut="xaraa" description="XmlArrayAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="6eb4c2ee-6fe5-45ea-b831-8673b64cc572" text="[XmlAnyElement($END$)]" shortcut="xaneaa" description="XmlAnyElementAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
              <Template uid="ceeb84af-3bca-498d-856a-5cc184856533" text="[XmlAnyAttribute($END$)]" shortcut="xanaaa" description="XmlAnyAttributeAttributeAttachment" reformat="false" shortenQualifiedReferences="true">
                <Context>
                  <CSharpContext context="Everywhere" />
                </Context>
                <Variables />
                <CustomProperties />
              </Template>
            </Folder>
          </Folder>
        </Folder>
      </Folder>
    </Folder>
  </Folder>
</TemplatesExport>