Home
last modified time | relevance | path

Searched refs:throwIfMissing (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/PlanCompiler/
H A DTypeInfo.cs313 …internal bool TryGetNewProperty(PropertyRef propertyRef, bool throwIfMissing, out md.EdmProperty n… in TryGetNewProperty() argument
315 return this.RootType.TryGetNewProperty(propertyRef, throwIfMissing, out newProperty); in TryGetNewProperty()
612 …internal new bool TryGetNewProperty(PropertyRef propertyRef, bool throwIfMissing, out md.EdmProper… in TryGetNewProperty() argument
615 if (throwIfMissing && !result) in TryGetNewProperty()
H A DNominalTypeEliminator.cs2331 private Node VisitPropertyOp(Op op, Node n, PropertyRef propertyRef, bool throwIfMissing) in VisitPropertyOp() argument
2367 … if (inputTypeInfo.TryGetNewProperty(newPropRef, throwIfMissing, out newNestedProp)) in VisitPropertyOp()
2408 … return VisitPropertyOp(op, n, new SimplePropertyRef(op.PropertyInfo), throwIfMissing: true); in Visit()
2422 … return VisitPropertyOp(op, n, new RelPropertyRef(op.PropertyInfo), throwIfMissing: false); in Visit()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DConfigurationElementCollection.cs728 private void BaseRemove(object key, bool throwIfMissing) in BaseRemove() argument
740 if (throwIfMissing) in BaseRemove()
787 if (throwIfMissing) in BaseRemove()
813 if (throwIfMissing) in BaseRemove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DConfigurationElementCollection.cs692 private void BaseRemove(Object key, bool throwIfMissing) { in BaseRemove() argument
704 if (throwIfMissing) { in BaseRemove()
744 if (throwIfMissing) { in BaseRemove()
770 if (throwIfMissing) { in BaseRemove()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/sspicli/
H A DSSPIWrapper.cs67 …ageInfoClass GetVerifyPackageInfo(SSPIInterface secModule, string packageName, bool throwIfMissing) in GetVerifyPackageInfo() argument
83 if (throwIfMissing) in GetVerifyPackageInfo()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/include/
H A DofxsImageEffect.h1898 …:MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing = false);
1900 …:MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing = false);
1901 OFX::Message::MessageReplyEnum clearPersistentMessage(bool throwIfMissing = false);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/include/
H A DofxsImageEffect.h1898 …:MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing = false);
1900 …:MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing = false);
1901 OFX::Message::MessageReplyEnum clearPersistentMessage(bool throwIfMissing = false);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SSPIWrapper.cs56 …eInfoClass GetVerifyPackageInfo(SSPIInterface secModule, string packageName, bool throwIfMissing) { in GetVerifyPackageInfo() argument
69 if (throwIfMissing) { in GetVerifyPackageInfo()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Library/
H A DofxsImageEffect.cpp2614 …:Message::MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing) in sendMessage() argument
2617 if (throwIfMissing) { in sendMessage()
2629 …:Message::MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing) in setPersistentMessage() argument
2632 if (throwIfMissing) { in setPersistentMessage()
2644 OFX::Message::MessageReplyEnum ImageEffect::clearPersistentMessage(bool throwIfMissing) in clearPersistentMessage() argument
2647 if (throwIfMissing) { in clearPersistentMessage()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Library/
H A DofxsImageEffect.cpp2614 …:Message::MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing) in sendMessage() argument
2617 if (throwIfMissing) { in sendMessage()
2629 …:Message::MessageTypeEnum type, const std::string& id, const std::string& msg, bool throwIfMissing) in setPersistentMessage() argument
2632 if (throwIfMissing) { in setPersistentMessage()
2644 OFX::Message::MessageReplyEnum ImageEffect::clearPersistentMessage(bool throwIfMissing) in clearPersistentMessage() argument
2647 if (throwIfMissing) { in clearPersistentMessage()