8 references to EntityExpandType
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (8)
4094switch (HandleEntityReference(false, EntityExpandType.OnlyGeneral, out i)) 5317switch (HandleEntityReference(true, EntityExpandType.All, out pos)) 5759switch (HandleEntityReference(false, EntityExpandType.All, out pos)) 6074private EntityType HandleEntityReference(bool isInAttributeValue, EntityExpandType expandType, out int charRefEndPos) 6090charRefEndPos = ParseNumericCharRef(expandType != EntityExpandType.OnlyGeneral, null, out entityType); 6098charRefEndPos = ParseNamedCharRef(expandType != EntityExpandType.OnlyGeneral, null); 6107if (expandType == EntityExpandType.OnlyCharacter || 8764switch (HandleEntityReference(true, EntityExpandType.OnlyCharacter, out pos))