can't get this to go if I extend IPersist, so put it here:
(out Guid pClassID)
| 29 | { |
| 30 | // can't get this to go if I extend IPersist, so put it here: |
| 31 | [PreserveSig] |
| 32 | void GetClassID(out Guid pClassID); |
| 33 | |
| 34 | //[helpstring("Checks for changes since last file write")] |
| 35 | void IsDirty(); |
nothing calls this directly
no outgoing calls
no test coverage detected