3 instantiations of ObjectPathRegex
System.ServiceModel (3)
System\ServiceModel\Administration\WbemProvider.cs (3)
222
ObjectPathRegex objPathRegex = new
ObjectPathRegex
(objectPath);
403
ObjectPathRegex objPathRegex = new
ObjectPathRegex
(objectPath);
614
ObjectPathRegex objPathRegex = new
ObjectPathRegex
(objectPath);
4 references to ObjectPathRegex
System.ServiceModel (4)
System\ServiceModel\Administration\WbemProvider.cs (4)
222
ObjectPathRegex
objPathRegex = new ObjectPathRegex(objectPath);
403
ObjectPathRegex
objPathRegex = new ObjectPathRegex(objectPath);
614
ObjectPathRegex
objPathRegex = new ObjectPathRegex(objectPath);
878
internal WbemInstance(ParameterContext parms,
ObjectPathRegex
objPathRegex)