23 references to KS
System.Xaml (23)
System\Xaml\Context\ObjectWriterFrame.cs (1)
79string res = KS.Fmt("{0}.{1} inst={2} coll={3}",
System\Xaml\MS\Impl\XmlNsInfo.cs (1)
465if (KS.Eq(ns1, ns2))
System\Xaml\Parser\MeScanner.cs (1)
302KS.Eq(xamlType.UnderlyingType.Name, typeName.Name + KnownStrings.Extension)))
System\Xaml\Parser\XamlAttribute.cs (2)
124if (KS.Eq(Name.Prefix, KnownStrings.XmlNsPrefix)) 133if (String.IsNullOrEmpty(Name.Prefix) && KS.Eq(Name.Name, KnownStrings.XmlNsPrefix))
System\Xaml\Parser\XamlScanner.cs (4)
599if (KS.Eq(attr.Name.Name, XamlLanguage.TypeArguments.Name)) 723if (KS.Eq(_attributes[i].Name.ScopedName, XamlLanguage.Uid.Name)) 757if (KS.Eq(attr.Value, KnownStrings.Preserve)) 859KS.Eq(XamlLanguage.XData.Name, name);
System\Xaml\Schema\ClrNamespaceUriParser.cs (5)
28int colonIdx = KS.IndexOf(uriInput, ':'); 35if (!KS.Eq(keyword, KnownStrings.UriClrNamespace)) 41int semicolonIdx = KS.IndexOf(uriInput, ';'); 55int equalIdx = KS.IndexOf(uriInput, '='); 62if (!KS.Eq(keyword, KnownStrings.UriAssembly))
System\Xaml\Schema\TypeReflector.cs (4)
884if (!KS.StartsWith(mi.Name, KnownStrings.Get)) 906if (!KS.StartsWith(mi.Name, KnownStrings.Set)) 928if (!KS.StartsWith(mi.Name, KnownStrings.Add) || !KS.EndsWith(mi.Name, KnownStrings.Handler))
System\Xaml\Schema\XamlNamespace.cs (1)
220if (!KS.Eq(t.Namespace, clrPrefix))
System\Xaml\XamlSchemaContext.cs (3)
189if (KS.Eq(result, XamlLanguage.PreferredPrefix)) 194else if (KS.Eq(result, KnownStrings.XmlPrefix)) 238if (!KS.Eq(preferredPrefix, existingPrefix))
System\Xaml\XamlType.cs (1)
1529&& (KS.Eq(UnderlyingType.Name, KnownStrings.NullableOfT)