| 132 | } |
| 133 | |
| 134 | const EventProperty* EventData::GetProperty(PCWSTR name) const { |
| 135 | for (auto& prop : GetProperties()) |
| 136 | if (prop.Name == name) |
| 137 | return ∝ |
| 138 | return nullptr; |
| 139 | } |
| 140 | |
| 141 | const EventData* EventData::GetStackEventData() const { |
| 142 | return _stackData.get(); |
no outgoing calls
no test coverage detected