Exemple #1
0
 private SourceLocation(SourceLocation.Internal *native, bool isInternalImpl = false) : this()
 {
     __instance = *native;
 }
Exemple #2
0
 internal SourceLocation(SourceLocation.Internal *native)
     : this(new global::System.IntPtr(native))
 {
 }
Exemple #3
0
            private SourceLocation(SourceLocation.Internal *native, bool isInternalImpl = false) : this()
            {
                var __ptr = native;

                ID = __ptr->ID;
            }
 private SourceLocation(SourceLocation.Internal *native, bool skipVTables = false) : this()
 {
     __instance = *native;
 }